We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8da6490 commit 2756799Copy full SHA for 2756799
.github/workflows/test.yml
@@ -57,8 +57,7 @@ jobs:
57
- name: Run tests
58
run: |
59
source .venv/bin/activate
60
- pytest tests/
61
- coverage report
+ pytest --cov
62
- name: Upload coverage to Codecov
63
uses: codecov/codecov-action@v3
64
env:
codecov.yml
@@ -0,0 +1,2 @@
1
+ignore:
2
+ - "*/tests/*"
0 commit comments