From 977a222289a0cb1baee1d75297d7694a4fb46776 Mon Sep 17 00:00:00 2001 From: konstantinos Date: Fri, 17 Nov 2023 01:13:21 +0200 Subject: [PATCH] fix codecov Job --- .github/workflows/test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 3cc110a..690e776 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -210,7 +210,7 @@ jobs: - name: "Upload Test Coverage as Artifacts" uses: actions/upload-artifact@v3 with: - name: ${{ vars.RAW_COVERAGE_ARTIFACTS }} + name: ${{ vars.COVERAGE_XML_ARTIFACTS }} path: ${{ steps.set_coverage_xml_name.outputs.CI_COVERAGE_XML }} if-no-files-found: error @@ -278,7 +278,7 @@ jobs: - name: "Upload Test Coverage as Artifacts" uses: actions/upload-artifact@v3 with: - name: ${{ vars.RAW_COVERAGE_ARTIFACTS }} + name: ${{ vars.COVERAGE_XML_ARTIFACTS }} path: ${{ steps.set_coverage_xml_name.outputs.CI_COVERAGE_XML }} if-no-files-found: error