Skip to content

Commit

Permalink
Update danielpalme/ReportGenerator-GitHub-Action action to v5.3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 28, 2024
1 parent 700002a commit 50bed06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: "Restore/Build/Test"
run: dotnet test --configuration Release --verbosity normal --logger trx --collect:"XPlat Code Coverage"
- name: Combine Coverage Reports
uses: danielpalme/ReportGenerator-GitHub-Action@5.2.4
uses: danielpalme/ReportGenerator-GitHub-Action@v5.3.10
with:
reports: "**/*.cobertura.xml"
targetdir: "${{ github.workspace }}"
Expand Down

0 comments on commit 50bed06

Please sign in to comment.