We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1921522 commit f099a6fCopy full SHA for f099a6f
.github/workflows/test.yml
@@ -51,7 +51,7 @@ jobs:
51
52
- name: Run tests [pytest]
53
run: |
54
- pytest --cov --cov-report=xml:coverage.xml tests/
+ pytest --cov --cov-report=xml:coverage.xml
55
56
- name: Upload coverage reports to Codecov
57
uses: codecov/[email protected]
0 commit comments