Skip to content

Commit

Permalink
fix coverage path finding
Browse files Browse the repository at this point in the history
  • Loading branch information
boromir674 committed Nov 16, 2023
1 parent e2bd3a3 commit f7a3bda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ jobs:

- name: "Aggregate Code Coverage & make XML Reports"
run: tox -e coverage --sitepackages -vv -s false
- run: mv ./.tox/coverage.xml "${CI_COVERAGE_XML}"
- run: mv ./.tox/coverage.xml "${{ steps.set_coverage_xml_name.outputs.CI_COVERAGE_XML }}"

- name: "Upload Test Coverage as Artifacts"
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit f7a3bda

Please sign in to comment.