Skip to content

Commit

Permalink
Merge pull request #1 from SketchNow/dependabot/github_actions/daniel…
Browse files Browse the repository at this point in the history
…palme/ReportGenerator-GitHub-Action-5.3.11

Bump danielpalme/ReportGenerator-GitHub-Action from 5.1.26 to 5.3.11
  • Loading branch information
realybin authored Oct 11, 2024
2 parents e58f341 + 76bdac1 commit f9a4f71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .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/ReportGenerator-GitHub-Action@5.1.26
uses: danielpalme/ReportGenerator-GitHub-Action@5.3.11
with:
reports: ${{github.workspace}}/.build/coverage/**/coverage.cobertura.xml
targetdir: ${{github.workspace}}/.build/coveragereport/
Expand Down

0 comments on commit f9a4f71

Please sign in to comment.