diff --git a/.codecov/codecov.yml b/.codecov/codecov.yml new file mode 100644 index 000000000..3119a9c39 --- /dev/null +++ b/.codecov/codecov.yml @@ -0,0 +1,30 @@ +codecov: + notify: + require_ci_to_pass: yes + +coverage: + precision: 2 + round: down + range: "50...100" + + status: + project: + default: + threshold: 0.5 + patch: + default: + threshold: 0.5 + changes: no + +parsers: + gcov: + branch_detection: + conditional: yes + loop: yes + method: no + macro: no + +comment: + layout: "header, diff" + behavior: default + require_changes: no \ No newline at end of file