mirror of
https://github.com/polybar/polybar.git
synced 2024-11-03 04:33:30 -05:00
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
1 changed files with 2 additions and 2 deletions
|
@ -11,8 +11,8 @@ coverage:
|
|||
target: 0
|
||||
|
||||
ignore:
|
||||
- "tests/*"
|
||||
- "lib/*"
|
||||
- "tests/**/*"
|
||||
- "lib/**/*"
|
||||
|
||||
comment:
|
||||
require_changes: true
|
||||
|
|
Loading…
Reference in a new issue