From 5d4afd06c430fc623baee144523246a842779a39 Mon Sep 17 00:00:00 2001 From: Jonathan LOQUET <8999079+JonathanLT@users.noreply.github.com> Date: Mon, 11 Mar 2024 23:37:15 +0100 Subject: [PATCH] Create codecov.yml --- codecov.yml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 codecov.yml diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 0000000..dd3dcc1 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,24 @@ +codecov: + require_ci_to_pass: yes + +coverage: + precision: 2 + round: down + range: "70...100" + +parsers: + gcov: + branch_detection: + conditional: yes + loop: yes + method: yes + macro: yes + +ignore: + - "**/test.rs" + - "**/test/**/*.rs" + +comment: + layout: "reach,diff,flags,files,footer" + behavior: default + require_changes: no