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:
parent
6afe6581e1
commit
433a313782
@ -11,8 +11,8 @@ coverage:
|
||||
target: 0
|
||||
|
||||
ignore:
|
||||
- "tests/*"
|
||||
- "lib/*"
|
||||
- "tests/**/*"
|
||||
- "lib/**/*"
|
||||
|
||||
comment:
|
||||
require_changes: true
|
||||
|
Loading…
Reference in New Issue
Block a user