diff --git a/.codecov.yml b/.codecov.yml index 4f9f34b9..c219fd66 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -1,10 +1,14 @@ codecov: - require_ci_to_pass: no + require_ci_to_pass: yes coverage: status: project: default: target: auto threshold: 5 + patch: off + # default: + # target: auto + # threshold: 5 ignore: - - Tests + - Tests \ No newline at end of file