diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 00000000..c6e41c11 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,14 @@ +codecov: + require_ci_to_pass: no +coverage: + precision: 3 + round: nearest + status: + project: + default: + target: auto + threshold: 0.5% + patch: + default: + target: auto + threshold: 0.25%