Skip to content

Commit

Permalink
fix codecov Job
Browse files Browse the repository at this point in the history
  • Loading branch information
boromir674 committed Nov 16, 2023
1 parent dd78886 commit 977a222
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 977a222

Please sign in to comment.