Skip to content

Commit

Permalink
Bump danielpalme/ReportGenerator-GitHub-Action from 4.8.12 to 5.0.0
Browse files Browse the repository at this point in the history
Bumps [danielpalme/ReportGenerator-GitHub-Action](https://github.com/danielpalme/ReportGenerator-GitHub-Action) from 4.8.12 to 5.0.0.
- [Release notes](https://github.com/danielpalme/ReportGenerator-GitHub-Action/releases)
- [Commits](danielpalme/ReportGenerator-GitHub-Action@4.8.12...5.0.0)

---
updated-dependencies:
- dependency-name: danielpalme/ReportGenerator-GitHub-Action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and eduherminio committed Nov 15, 2021
1 parent 6f8a883 commit 0f31b8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:

- name: '[Windows] Generate test coverage report'
if: matrix.os == 'windows-latest'
uses: danielpalme/ReportGenerator-GitHub-Action@4.8.12
uses: danielpalme/ReportGenerator-GitHub-Action@5.0.0
with:
reports: 'tests/**/*.cobertura.xml'
targetdir: 'coveragereport'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:

- name: 'Generate test coverage report'
continue-on-error: true
uses: danielpalme/ReportGenerator-GitHub-Action@4.8.12
uses: danielpalme/ReportGenerator-GitHub-Action@5.0.0
with:
reports: 'tests/**/*.cobertura.xml'
targetdir: 'coveragereport'
Expand Down

0 comments on commit 0f31b8d

Please sign in to comment.