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 cbe80ff commit a7f11f5Copy full SHA for a7f11f5
.github/workflows/ci.yaml
@@ -51,7 +51,7 @@ jobs:
51
52
- name: Test with pytest
53
run: |
54
- coverage run -m pytest --cov=./ --cov-report=xml
+ coverage run -m pytest tests --cov=./ --cov-report=xml
55
56
- name: Upload coverage to Codecov
57
uses: codecov/[email protected]
0 commit comments