fix(codecov): Ignore lib folder for coverage

This commit is contained in:
patrick96 2018-05-06 22:17:07 +02:00 committed by NBonaparte
parent 8173a6473e
commit 758dbb85ed

View File

@ -1,5 +1,6 @@
ignore:
- "tests/*"
- "lib/*"
comment:
require_changes: true