diff --git a/.codecov.yml b/.codecov.yml new file mode 100644 index 000000000..0e44b28ab --- /dev/null +++ b/.codecov.yml @@ -0,0 +1,12 @@ +codecov: + require_ci_to_pass: yes + +coverage: + precision: 2 + round: down + range: "70...100" + status: + project: + default: + target: 70% # the required coverage value + threshold: 1% # the leniency in hitting the target \ No newline at end of file