Skip to content

Commit

Permalink
FIX: Recursive exclude.
Browse files Browse the repository at this point in the history
  • Loading branch information
zssherman committed Jan 10, 2024
1 parent 3cee362 commit 4fd3250
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .coveragerc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[run]
omit =
tests/*
tests/**/*.py
act/*version*py
versioneer.py
setup.py
2 changes: 1 addition & 1 deletion codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ codecov:
comment: false

ignore:
- 'tests/*.py'
- 'tests/**/*.py'
- 'act/*version*py'
- 'setup.py'
- 'versioneer.py'
Expand Down

0 comments on commit 4fd3250

Please sign in to comment.