diff options
author | Till Faelligen <2353100+S7evinK@users.noreply.github.com> | 2022-12-05 15:24:36 +0100 |
---|---|---|
committer | Till Faelligen <2353100+S7evinK@users.noreply.github.com> | 2022-12-05 15:24:36 +0100 |
commit | 0e6d94757b81b8e52479706ee5f857fc34023a5b (patch) | |
tree | da2d259039de477221329b059b04a6c5e092ed8f /.github | |
parent | 07e8ed13f61fb04f6cac5a6d42263a9ddba49d32 (diff) |
Enforce coverage
Diffstat (limited to '.github')
-rw-r--r-- | .github/codecov.yaml | 13 |
1 files changed, 13 insertions, 0 deletions
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 |