From a7ac957399b97377dfb6182df00f6058d6b43d82 Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 24 Nov 2025 20:19:20 +0100 Subject: [PATCH] chore: implement cleanup for codecov action bug --- .github/workflows/ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 30f57f1e3..c1f54dde6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -81,6 +81,12 @@ jobs: with: use_oidc: true + - name: Cleanup codecov dirty state files + if: (runner.os == 'Linux' && matrix.python-version == '3.12' && matrix.os == 'ubuntu-24.04') + run: | + # See https://github.com/codecov/codecov-action/issues/1851 + rm -rf codecov codecov.SHA256SUM codecov.SHA256SUM.sig + - name: Run json schema extract # This should be kept before the repository check to ensure that the schema is up-to-date run: |