From bab9452c535fd79f9c354cdb32c43925d9596500 Mon Sep 17 00:00:00 2001 From: Md Armughanuddin <52311490+armughan11@users.noreply.github.com> Date: Sat, 2 Sep 2023 02:32:10 +0530 Subject: [PATCH] Fixes Codecov Report Expired error (#821) Ignores coverage report timestamps to ensure build cache is used and reports are still uploaded to Codecov --------- Co-authored-by: Manu Sridharan --- .github/codecov.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .github/codecov.yml diff --git a/.github/codecov.yml b/.github/codecov.yml new file mode 100644 index 0000000000..0f6ecbeab1 --- /dev/null +++ b/.github/codecov.yml @@ -0,0 +1,4 @@ +codecov: + # Disable report age checking since hits in the build cache can lead to an old timestamp + max_report_age: off +