Skip to content

Commit

Permalink
Temporarily use full SHA for action because of resolve bug
Browse files Browse the repository at this point in the history
  • Loading branch information
baksetercx committed Jul 16, 2024
1 parent 4b65139 commit ad8159b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unittest/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ runs:

- name: Combine Coverage Reports # This is because one report is produced per project, and we want one result for all of them.
if: ${{ inputs.test-coverage == 'true' }}
uses: danielpalme/ReportGenerator-GitHub-Action@5
uses: danielpalme/ReportGenerator-GitHub-Action@5808021ec4deecb0ab3da051d49b4ce65fcc20af
with:
reports: '**/*.cobertura.xml' # REQUIRED # The coverage reports that should be parsed (separated by semicolon). Globbing is supported.
targetdir: '${{ github.workspace }}' # REQUIRED # The directory where the generated report should be saved.
Expand Down

0 comments on commit ad8159b

Please sign in to comment.