Skip to content

Commit

Permalink
Bump danielpalme/ReportGenerator-GitHub-Action
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.3.10 to 5.3.11.
- [Release notes](https://github.com/danielpalme/reportgenerator-github-action/releases)
- [Commits](danielpalme/ReportGenerator-GitHub-Action@5.3.10...5.3.11)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 14, 2024
1 parent 1ad9cb8 commit 01028cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/WPF/WpfApp/.github/workflows/build_app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: dotnet test --configuration Release --no-build --collect:"XPlat Code Coverage" --results-directory ${{github.workspace}}/.build/coverage

- name: ReportGenerator
uses: danielpalme/[email protected].10
uses: danielpalme/[email protected].11
with:
reports: ${{github.workspace}}/.build/coverage/**/coverage.cobertura.xml
targetdir: ${{github.workspace}}/.build/coveragereport/
Expand Down

0 comments on commit 01028cc

Please sign in to comment.