diff --git a/.codecov.yml b/.codecov.yml new file mode 100644 index 0000000..57077fe --- /dev/null +++ b/.codecov.yml @@ -0,0 +1,18 @@ +codecov: + require_ci_to_pass: yes + coverage: + precision: 2 + round: down + range: "65...100" + + status: + project: + default: + threshold: null # Allow no drop in coverage + if_not_found: success + only_pulls: true + patch: + default: + target: '60%' # Example target for new code in pull requests + if_not_found: success + only_pulls: true diff --git a/codecov.yml b/codecov.yml deleted file mode 100644 index e69de29..0000000