From 80d33537c436254fda161e9317203cfb3994a0e2 Mon Sep 17 00:00:00 2001 From: mshriver Date: Fri, 7 Nov 2025 13:58:09 +0100 Subject: [PATCH] Add codecov.yml --- codecov.yml | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 codecov.yml 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"