From 2662f35efc99c30f23f6176a2bb92db2cc388b96 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Wed, 6 Jan 2021 18:12:46 +0100 Subject: [PATCH] chore(devel): add codecov config file --- codecov.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 codecov.yml diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 0000000..23e4f45 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,21 @@ +codecov: + require_ci_to_pass: true +coverage: + status: + project: + default: + target: auto + threshold: 5% + branches: + - main + if_ci_failed: error + informational: false + only_pulls: false + patch: + default: + target: auto + threshold: 5% + branches: + - main + if_ci_failed: error + only_pulls: false