diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 0000000..b517096 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,39 @@ +codecov: + require_ci_to_pass: true + notify: + wait_for_ci: true + +coverage: + precision: 2 + round: down + range: "70...100" + + status: + project: + default: + target: 85% + threshold: 1% + if_ci_failed: error + + patch: + default: + target: 85% + threshold: 1% + if_ci_failed: error + +flags: + unittests: + paths: + - ibutsu_client/ + carryforward: true + +comment: + layout: "header, diff, flags, files, footer" + behavior: default + require_changes: false + +ignore: + - "test/" + - "docs/" + - "*.md" + - "setup.py"