Expire reports only after 72 hours

Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
This commit is contained in:
Pedro Algarvio 2023-10-05 08:57:18 +01:00 committed by Pedro Algarvio
parent 66b05b04a2
commit 4ebc2c3670

View file

@ -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