Skip to content

Commit

Permalink
again try to fix coverage path
Browse files Browse the repository at this point in the history
  • Loading branch information
Hertzole committed Jan 10, 2025
1 parent 7c5e92f commit 4902d0c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,13 @@ jobs:
pattern: 'Coverage results - *'
path: Coverage

- name: LS
run: ls -R

- name: Generate report
uses: danielpalme/ReportGenerator-GitHub-Action@v5
with:
reports: "${{ steps.download-coverage.outputs.download-path }}/**.xml"
reports: "${{ steps.download-coverage.outputs.download-path }}/*/workspace-opencov/*/*.xml"
targetdir: "CoverageReport"
reporttypes: "Html;Badges"

Expand Down

0 comments on commit 4902d0c

Please sign in to comment.