diff --git a/codecov.yml b/codecov.yml index 62fca2d..b38258f 100644 --- a/codecov.yml +++ b/codecov.yml @@ -7,6 +7,7 @@ coverage: status: project: default: + target: 88% # ignore errors from changes in coverage, this raises false negatives # for code refactors, and I do many refactors, so I don't want this. - if_ci_failed: ignore + #if_ci_failed: ignore