diff --git a/codecov.yaml b/codecov.yaml new file mode 100644 index 00000000000..a94de39103a --- /dev/null +++ b/codecov.yaml @@ -0,0 +1,26 @@ +codecov: + require_ci_to_pass: yes + +coverage: + precision: 2 + round: down + range: "70...100" + + # https://docs.codecov.io/docs/commit-status#informational + status: + project: + default: + informational: true + +parsers: + gcov: + branch_detection: + conditional: yes + loop: yes + method: no + macro: no + +comment: + layout: "reach,diff,flags,tree" + behavior: default + require_changes: no