diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 00000000..e6ced63a --- /dev/null +++ b/codecov.yml @@ -0,0 +1,12 @@ +codecov: + notify: + require_ci_to_pass: true +coverage: + precision: 2 + round: down + range: "70...100" + status: + project: + default: + target: auto + threshold: 80%