We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91f6515 commit e61af00Copy full SHA for e61af00
.coveragerc
@@ -0,0 +1,3 @@
1
+[run]
2
+omit =
3
+ zappend/levels.py
.github/workflows/tests.yml
@@ -36,7 +36,7 @@ jobs:
36
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
37
- name: Test with pytest
38
run: |
39
- pytest --cov=zappend --cov-omit=zappend/levels.py
+ pytest --cov=zappend
40
- name: Upload coverage reports to Codecov
41
uses: codecov/codecov-action@v3
42
env:
0 commit comments