codecov: Recursively ignore test and lib folder

It seems that tests/* and lib/* don't actually exclude all the files in
codecov
This commit is contained in:
patrick96 2020-12-15 01:34:30 +01:00 committed by Patrick Ziegler
parent 6afe6581e1
commit 433a313782
1 changed files with 2 additions and 2 deletions

View File

@ -11,8 +11,8 @@ coverage:
target: 0
ignore:
- "tests/*"
- "lib/*"
- "tests/**/*"
- "lib/**/*"
comment:
require_changes: true