diff --git a/.codecov.yml b/.codecov.yml index 25391fb0..e0cd9362 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -1,7 +1,16 @@ +codecov: + notify: + require_ci_to_pass: yes + coverage: status: project: default: - threshold: 0.1% - patch: false - changes: false + threshold: 1% + patch: + default: + target: 90% + threshold: 0% + +ignore: + - "test"