diff --git a/.codecov.yml b/.github/codecov.yml similarity index 84% rename from .codecov.yml rename to .github/codecov.yml index d9ed1083f..7b3c63b6f 100644 --- a/.codecov.yml +++ b/.github/codecov.yml @@ -9,10 +9,10 @@ coverage: project: default: target: auto - threshold: 0% + threshold: 1% only_pulls: false patch: default: target: auto - threshold: 0% + threshold: 1% only_pulls: true