Skip to content

Commit 91f6515

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
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-exclude=zappend.levels
39+
pytest --cov=zappend --cov-omit=zappend/levels.py
4040
- name: Upload coverage reports to Codecov
4141
uses: codecov/codecov-action@v3
4242
env:

0 commit comments

Comments
 (0)