Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33be61e commit fecaac2Copy full SHA for fecaac2
1 file changed
.github/workflows/continuous-integration-workflow.yml
@@ -26,8 +26,6 @@ jobs:
26
pip install -r test-requirements.txt
27
pip install pytest-cov
28
unzip test-repos
29
- - name: Run pytest
30
- run: pytest tests/ --cov=pydriller/ --cov-report=xml
31
- name: Mypy
32
run: |
33
pip install mypy
@@ -36,6 +34,8 @@ jobs:
36
34
37
35
pip install flake8
38
flake8
+ - name: Run pytest
+ run: pytest tests/ --cov=pydriller/ --cov-report=xml
39
- name: Upload coverage to Codecov
40
uses: codecov/codecov-action@v3
41
with:
0 commit comments