diff --git a/.codecov.yml b/.codecov.yml index a0fb6d0..6627217 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -2,6 +2,13 @@ codecov: ci: - github.com +coverage: + status: + project: + default: + target: 90% + threshold: 1 + ignore: - "**/*/dist/*.js" - "**/*.{spec,test}.js"