Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fecaac2

Browse files
committed
Run mypy and flake8 before tests
1 parent 33be61e commit fecaac2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/continuous-integration-workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ jobs:
2626
pip install -r test-requirements.txt
2727
pip install pytest-cov
2828
unzip test-repos
29-
- name: Run pytest
30-
run: pytest tests/ --cov=pydriller/ --cov-report=xml
3129
- name: Mypy
3230
run: |
3331
pip install mypy
@@ -36,6 +34,8 @@ jobs:
3634
run: |
3735
pip install flake8
3836
flake8
37+
- name: Run pytest
38+
run: pytest tests/ --cov=pydriller/ --cov-report=xml
3939
- name: Upload coverage to Codecov
4040
uses: codecov/codecov-action@v3
4141
with:

0 commit comments

Comments
 (0)