From 0e6d94757b81b8e52479706ee5f857fc34023a5b Mon Sep 17 00:00:00 2001 From: Till Faelligen <2353100+S7evinK@users.noreply.github.com> Date: Mon, 5 Dec 2022 15:24:36 +0100 Subject: [PATCH] Enforce coverage --- .github/codecov.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/codecov.yaml diff --git a/.github/codecov.yaml b/.github/codecov.yaml new file mode 100644 index 00000000..e6a38a8b --- /dev/null +++ b/.github/codecov.yaml @@ -0,0 +1,13 @@ +flag_management: + default_rules: + carryforward: true + +coverage: + status: + project: + default: + target: 75% + threshold: 0% + base: auto + flags: + - unittests \ No newline at end of file