From fedb6a55f2ecb7de3983c635de1655dd4a99c13b Mon Sep 17 00:00:00 2001 From: Vishvamsinh Vaghela <90895835+vishvamsinh28@users.noreply.github.com> Date: Sat, 14 Sep 2024 15:43:52 +0530 Subject: [PATCH] Create .codecov.yml --- .codecov.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .codecov.yml diff --git a/.codecov.yml b/.codecov.yml new file mode 100644 index 00000000000..449eb5f37e8 --- /dev/null +++ b/.codecov.yml @@ -0,0 +1,22 @@ +comment: + layout: "reach,diff,files" # Show both overall project coverage and per-file changes + behavior: default + require_changes: yes # Only post a comment if coverage changes + +coverage: + precision: 2 # Show coverage with 2 decimal points + status: + project: + default: + target: auto + patch: + default: + target: auto + +parsers: + gcov: + branch_detection: + conditional: yes + loop: yes + method: yes + macro: no