Skip to content

Commit

Permalink
CI: Remove tests from codecov. Fixes the moved path. (#786)
Browse files Browse the repository at this point in the history
* CI: Remove tests from codecov. Fixes the moved path.

* FIX: Recursive exclude.

* FIX: True way to ignore tests in coveragrc.
  • Loading branch information
zssherman authored Jan 10, 2024
1 parent f878542 commit 263920f
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 =
act/tests/*
*tests*
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:
- 'act/tests/*.py'
- 'tests/**/*.py'
- 'act/*version*py'
- 'setup.py'
- 'versioneer.py'
Expand Down

0 comments on commit 263920f

Please sign in to comment.