From 4ebc2c367039758c356b57cc47dd01683ff6036d Mon Sep 17 00:00:00 2001 From: Pedro Algarvio Date: Thu, 5 Oct 2023 08:57:18 +0100 Subject: [PATCH] Expire reports only after 72 hours Signed-off-by: Pedro Algarvio --- .codecov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.codecov.yml b/.codecov.yml index 1952de97f5b..2631d8344f5 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -2,7 +2,7 @@ codecov: ci: - github.com - max_report_age: 24 # The age you want coverage reports to expire at, or if you + max_report_age: 72 # The age, in hours, you want coverage reports to expire at, or if you # want to disable this check. Expired reports will not be processed by codecov. require_ci_to_pass: false