diff --git a/.codecov.yml b/.codecov.yml new file mode 100644 index 000000000..c213b1e50 --- /dev/null +++ b/.codecov.yml @@ -0,0 +1,13 @@ +coverage: + range: "70...75" + status: + project: + default: + target: 75% + if_not_found: failure + if_ci_failed: error + patch: + default: + target: 75% + if_not_found: failure + if_ci_failed: error \ No newline at end of file