Skip to content

Commit

Permalink
Update codecov.yml
Browse files Browse the repository at this point in the history
Remove setup.py and test files from test coverage statistics, as [recommended here](https://about.codecov.io/blog/should-i-include-test-files-in-code-coverage-calculations/).
  • Loading branch information
ajshajib authored Dec 4, 2023
1 parent 2e70aeb commit 323eb3f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@ comment: # this is a top-level key
require_changes: false # if true: only post the comment if coverage changes
require_base: false # [true :: must have a base report to post]
require_head: true # [true :: must have a head report to post]
ignore:
- "setup.py"
- "tests/*"

0 comments on commit 323eb3f

Please sign in to comment.