diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 00000000..144b898 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,13 @@ +coverage: + range: 50..75 + round: up + precision: 2 + status: + project: + default: + target: auto + threshold: 5% + branches: + - master + if_ci_failed: error + patch: off