diff --git a/.codecov.yml b/.codecov.yml index b3e2e80358..998f4735c0 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -10,9 +10,9 @@ coverage: status: patch: default: - target: auto # target coverage percentage for the diff - threshold: 2.5% + target: auto + only_pulls: true project: default: - target: auto # the required coverage value - threshold: 2.5% # the leniency in hitting the target + target: auto + only_pulls: true