Skip to content

Commit

Permalink
ci: try fix coverage path again
Browse files Browse the repository at this point in the history
  • Loading branch information
Hertzole committed Jan 10, 2025
1 parent c702447 commit 7c5e92f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ jobs:

# Download the coverage results
- name: Download coverage results
id: download-coverage
uses: actions/download-artifact@v4
with:
pattern: 'Coverage results - *'
Expand All @@ -112,7 +113,7 @@ jobs:
- name: Generate report
uses: danielpalme/ReportGenerator-GitHub-Action@v5
with:
reports: "./Coverage/**.xml"
reports: "${{ steps.download-coverage.outputs.download-path }}/**.xml"
targetdir: "CoverageReport"
reporttypes: "Html;Badges"

Expand Down

0 comments on commit 7c5e92f

Please sign in to comment.