Skip to content

Commit

Permalink
Bump danielpalme/ReportGenerator-GitHub-Action from 5.2.5 to 5.3.6 (#56)
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.2.5 to 5.3.6.
- [Release notes](https://github.com/danielpalme/reportgenerator-github-action/releases)
- [Commits](danielpalme/ReportGenerator-GitHub-Action@5.2.5...5.3.6)

---
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 Jun 17, 2024
1 parent 473af56 commit d357fb3
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 @@ -25,7 +25,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.2.5
uses: danielpalme/ReportGenerator-GitHub-Action@5.3.6
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 @@ -25,7 +25,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.2.5
uses: danielpalme/ReportGenerator-GitHub-Action@5.3.6
with:
reports: coverage/temp/**/coverage.cobertura.xml
targetdir: coverage/report/
Expand Down

0 comments on commit d357fb3

Please sign in to comment.