diff --git a/codecov.yml b/codecov.yml index 6b038dc..5a4ba0d 100644 --- a/codecov.yml +++ b/codecov.yml @@ -5,7 +5,10 @@ coverage: status: project: default: - # Do not fail PRs if the code coverage drops. + # Do not fail commits if the code coverage drops. target: 0% threshold: 100% base: auto + patch: + default: + only_pulls: true