From 94b9406587c58339c54ee1be2039d047697c8d47 Mon Sep 17 00:00:00 2001 From: c9s Date: Sat, 25 Jun 2022 16:58:06 +0800 Subject: [PATCH] add codecov.yaml --- codecov.yaml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 codecov.yaml diff --git a/codecov.yaml b/codecov.yaml new file mode 100644 index 000000000..fa52faad4 --- /dev/null +++ b/codecov.yaml @@ -0,0 +1,21 @@ +codecov: + require_ci_to_pass: true +comment: + behavior: default + layout: reach,diff,flags,files,footer + require_changes: false +coverage: + precision: 2 + range: + - 18.0 + - 100.0 + round: down +github_checks: + annotations: false +parsers: + gcov: + branch_detection: + conditional: true + loop: true + macro: false + method: false