Skip to content

Commit 53ae95f

Browse files
authored
Merge pull request #33 from wokket/dependabot/github_actions/danielpalme/ReportGenerator-GitHub-Action-5.5.4
build(deps): Bump danielpalme/ReportGenerator-GitHub-Action from 5.5.3 to 5.5.4
2 parents cad2c0c + 94c4614 commit 53ae95f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
working-directory: src/UnitTests
4444

4545
- name: Combine Coverage Reports # This is because one report is produced per project, and we want one result for all of them.
46-
uses: danielpalme/ReportGenerator-GitHub-Action@5.5.3
46+
uses: danielpalme/ReportGenerator-GitHub-Action@5.5.4
4747
with:
4848
reports: "**/*.cobertura.xml" # REQUIRED # The coverage reports that should be parsed (separated by semicolon). Globbing is supported.
4949
targetdir: "${{ github.workspace }}" # REQUIRED # The directory where the generated report should be saved.

0 commit comments

Comments
 (0)