Skip to content

Commit 981cb5e

Browse files
authored
Merge pull request #12 from wokket/dependabot/github_actions/danielpalme/ReportGenerator-GitHub-Action-5.4.16
build(deps): Bump danielpalme/ReportGenerator-GitHub-Action from 5.4.14 to 5.4.16
2 parents a4423b2 + fa2111b commit 981cb5e

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.4.14
46+
uses: danielpalme/ReportGenerator-GitHub-Action@5.4.16
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)