diff --git a/codecov.yml b/codecov.yml index 26e78d1..42f2739 100644 --- a/codecov.yml +++ b/codecov.yml @@ -4,8 +4,12 @@ coverage: status: project: default: - target: 80 - threshold: 0.02 + target: 80% + threshold: 2% + patch: + default: + target: 60% + threshold: 5% comment: true require_ci_to_pass: yes