From f49d6c5377b368139ee45139010ba96396e17584 Mon Sep 17 00:00:00 2001 From: Malik Irain Date: Thu, 15 Jan 2026 18:26:03 +0100 Subject: [PATCH] ! --- .github/workflows/coverage-upload.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/coverage-upload.yml b/.github/workflows/coverage-upload.yml index cdb19995b..7452aa59c 100644 --- a/.github/workflows/coverage-upload.yml +++ b/.github/workflows/coverage-upload.yml @@ -32,7 +32,7 @@ jobs: uses: actions/github-script@v8 with: script: | - /* ================================================================================= */ + /* ================================================================================= */ /* ================================================================================= */ /* =================================== Context ===================================== */ /* ================================================================================= */ @@ -279,8 +279,6 @@ jobs: } } } - - - name: Merge coverage files and convert to xml run: | unzip \*.zip @@ -293,6 +291,4 @@ jobs: uses: codecov/codecov-action@v5.5.1 with: token: ${{ secrets.CODECOV_TOKEN }} - files: coverage.xml - - await github.rest.actions.listWorkflowRunArtifacts({owner,repo, run_id : run.id, name : `merged-coverage-${package.split("_")[1] ?? package}`}); \ No newline at end of file + files: coverage.xml \ No newline at end of file