From 3dc06bea81d58d26a2d52ffb04ceb04a8c70e928 Mon Sep 17 00:00:00 2001 From: Till Faelligen <2353100+S7evinK@users.noreply.github.com> Date: Mon, 5 Dec 2022 15:49:11 +0100 Subject: [PATCH] Differentiate between project and patch --- .github/codecov.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/codecov.yaml b/.github/codecov.yaml index e6a38a8b..78122c99 100644 --- a/.github/codecov.yaml +++ b/.github/codecov.yaml @@ -5,6 +5,13 @@ flag_management: coverage: status: project: + default: + target: auto + threshold: 0% + base: auto + flags: + - unittests + patch: default: target: 75% threshold: 0%