diff --git a/codecov.yml b/codecov.yml index 0499bef..8816f26 100644 --- a/codecov.yml +++ b/codecov.yml @@ -2,11 +2,8 @@ comment: false coverage: status: - project: # settings affecting project coverage - default: - target: auto # auto % coverage target - threshold: 5% # allow for 5% reduction of coverage without failing - patch: off + patch: false + project: false github_checks: annotations: false