diff options
author | Till Faelligen <2353100+S7evinK@users.noreply.github.com> | 2022-12-05 15:49:11 +0100 |
---|---|---|
committer | Till Faelligen <2353100+S7evinK@users.noreply.github.com> | 2022-12-05 15:49:11 +0100 |
commit | 3dc06bea81d58d26a2d52ffb04ceb04a8c70e928 (patch) | |
tree | 1f158005a11dc35eca537abb35d4927d0a52e365 /.github | |
parent | 0e6d94757b81b8e52479706ee5f857fc34023a5b (diff) |
Differentiate between project and patch
Diffstat (limited to '.github')
-rw-r--r-- | .github/codecov.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.github/codecov.yaml b/.github/codecov.yaml index e6a38a8b..78122c99 100644 --- a/.github/codecov.yaml +++ b/.github/codecov.yaml @@ -6,6 +6,13 @@ coverage: status: project: default: + target: auto + threshold: 0% + base: auto + flags: + - unittests + patch: + default: target: 75% threshold: 0% base: auto |