aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorTill Faelligen <2353100+S7evinK@users.noreply.github.com>2022-12-05 15:24:36 +0100
committerTill Faelligen <2353100+S7evinK@users.noreply.github.com>2022-12-05 15:24:36 +0100
commit0e6d94757b81b8e52479706ee5f857fc34023a5b (patch)
treeda2d259039de477221329b059b04a6c5e092ed8f /.github
parent07e8ed13f61fb04f6cac5a6d42263a9ddba49d32 (diff)
Enforce coverage
Diffstat (limited to '.github')
-rw-r--r--.github/codecov.yaml13
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