From d59672b5fde6e577912565e5ff073d873f6d075a Mon Sep 17 00:00:00 2001 From: Thumilan Mikunthan Date: Wed, 20 Nov 2024 10:27:59 +0530 Subject: [PATCH] Update code cov yml file --- codecov.yml | 28 ++++++++++++++++++---------- 1 file changed, 18 insertions(+), 10 deletions(-) diff --git a/codecov.yml b/codecov.yml index 9571a5f..96f5d2d 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,16 +1,24 @@ - codecov: require_ci_to_pass: yes notify: wait_for_ci: yes + max_report_age: false + coverage: status: - project: - default: - enabled: yes - threshold: null - target: auto - patch: - default: - target: 80% - threshold: 40% + project: off + patch: off + +flag_management: + default_rules: + carryforward: true + individual_flags: + - name: unit + statuses: + - type: project + target: auto + threshold: null + - type: patch + target: 80% + threshold: 40% +