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