Skip to content

Commit b03f918

Browse files
authored
Update python-app.yml
reverted changes with pytest
1 parent 959a46c commit b03f918

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics --extend-ignore=C901,E261,E302,E305,F401
3838
- name: Test with pytest
3939
run: |
40-
pytest --cov .
40+
pytest
4141
- name: Upload coverage reports to Codecov
4242
run: |
4343
curl -Os https://uploader.codecov.io/latest/linux/codecov

0 commit comments

Comments
 (0)