diff --git a/codecov.yml b/codecov.yml index 3115378..8ec4f96 100644 --- a/codecov.yml +++ b/codecov.yml @@ -2,5 +2,7 @@ coverage: status: project: default: - target: 80% + # Floor, not a goal: the suite currently covers 100% of src/. + # Raised from 80% now that full coverage is the established norm. + target: 95% patch: false