Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 27, 2023
1 parent a5fb66d commit 0a16a1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: dotnet test --no-build --verbosity normal --collect:'XPlat Code Coverage' --results-directory ./coverage/temp

- name: Generate lcov
uses: danielpalme/ReportGenerator-GitHub-Action@5.0.4
uses: danielpalme/ReportGenerator-GitHub-Action@5.2.0
with:
reports: coverage/temp/**/coverage.cobertura.xml
targetdir: coverage/report/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: dotnet test --no-build --verbosity normal --collect:'XPlat Code Coverage' --results-directory ./coverage/temp

- name: Generate lcov
uses: danielpalme/ReportGenerator-GitHub-Action@5.0.4
uses: danielpalme/ReportGenerator-GitHub-Action@5.2.0
with:
reports: coverage/temp/**/coverage.cobertura.xml
targetdir: coverage/report/
Expand Down

0 comments on commit 0a16a1f

Please sign in to comment.