Skip to content

Commit e61af00

Browse files
committed
Exclude zappend.levels from coverage (3)
1 parent 91f6515 commit e61af00

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.coveragerc

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[run]
2+
omit =
3+
zappend/levels.py

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
3737
- name: Test with pytest
3838
run: |
39-
pytest --cov=zappend --cov-omit=zappend/levels.py
39+
pytest --cov=zappend
4040
- name: Upload coverage reports to Codecov
4141
uses: codecov/codecov-action@v3
4242
env:

0 commit comments

Comments
 (0)