fix(codecov): Ignore lib folder for coverage
This commit is contained in:
parent
8173a6473e
commit
758dbb85ed
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
ignore:
|
||||
- "tests/*"
|
||||
- "lib/*"
|
||||
|
||||
comment:
|
||||
require_changes: true
|
||||
|
|
Loading…
Reference in a new issue