From 8ceff7857b11b6019c5093c9a1ea32af10c4f15b Mon Sep 17 00:00:00 2001 From: Vasily Shamporov Date: Mon, 18 Sep 2023 15:27:38 +0200 Subject: [PATCH] Add max_report_age off to codecov.yml (#2144) ### Changes As stated in the title ### Reason for changes We do post-PR merge uploads of coverage reports to codecov, and it seems that codecov will reject reports [older than 12 hours](https://docs.codecov.com/docs/codecov-yaml#expired-reports) at the time of the upload, which does not work with our appoach and makes PRs merged more than 12 hours after the precommit checks passed break the coverage state on the develop. ### Related tickets N/A ### Tests N/A --- codecov.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/codecov.yml b/codecov.yml index a5b2c837c92..9404cb6be71 100644 --- a/codecov.yml +++ b/codecov.yml @@ -7,6 +7,7 @@ codecov: notify: after_n_builds: 2 wait_for_ci: no + max_report_age: off coverage: status: