From c2afcaa9ac803f106453324f88529cd1dca7e961 Mon Sep 17 00:00:00 2001 From: Till Schallau Date: Tue, 31 Oct 2023 10:35:11 +0100 Subject: [PATCH] Add codecov.yml --- codecov.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 codecov.yml diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 00000000..dc4c1669 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,17 @@ +coverage: + status: + project: + default: + target: 0% + threshold: 100% + base: auto + flags: + - unit + paths: + - "src" + if_ci_failed: error #success, failure, error, ignore + informational: false + only_pulls: false + patch: + default: + target: 0% \ No newline at end of file