diff --git a/.github/codecov.yml b/.github/codecov.yml index f3f3888c..e79b3c7e 100644 --- a/.github/codecov.yml +++ b/.github/codecov.yml @@ -1,7 +1,6 @@ # ref: https://docs.codecov.com/docs/codecovyml-reference coverage: - # TODO: Raise coverage requirements - range: 25..100 + range: 75..100 round: down precision: 1 status: @@ -10,6 +9,13 @@ coverage: default: # Avoid false negatives threshold: 1% + patch: + default: + target: auto + # Avoid false negatives + threshold: 1% + base: auto + only_pulls: true ignore: - "tests"