From fbb01c5a926bee39bead360c18487560d4f4a3ca Mon Sep 17 00:00:00 2001 From: mjkeaton Date: Mon, 16 Dec 2024 15:47:14 +0100 Subject: [PATCH] ci: add codecov.yml --- codecov.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 codecov.yml diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 0000000..ce12b8b --- /dev/null +++ b/codecov.yml @@ -0,0 +1,12 @@ +coverage: + status: + project: + default: + target: 10% # required coverage value + threshold: 1% # leniency in hitting the target + +comment: + require_changes: true + +github_checks: + annotations: false # disable github code annotations (can be enabled on demand if needed)