From 72b64978fd49f43c7858778f726e784238438798 Mon Sep 17 00:00:00 2001 From: JimmyBinoculars Date: Sun, 22 Oct 2023 18:10:33 +0100 Subject: [PATCH] codecov --- codecov.yml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 codecov.yml diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 0000000..d3d4075 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,27 @@ +codecov: + notify: + after_n_builds: 6 + strict_yaml_branch: main + +coverage: + range: '50...90' + status: + project: + default: + target: auto + threshold: 5% + informational: true + patch: off + +flag_management: + default_rules: + carryforward: true + statuses: + - type: project + target: auto + threshold: 2% + informational: true + +comment: + require_changes: true + after_n_builds: 6 \ No newline at end of file