Skip to content

Commit

Permalink
Merge pull request #161 from loresoft/dependabot/github_actions/danie…
Browse files Browse the repository at this point in the history
…lpalme/ReportGenerator-GitHub-Action-5.4.1

Bump danielpalme/ReportGenerator-GitHub-Action from 5.4.0 to 5.4.1
  • Loading branch information
github-actions[bot] authored Nov 14, 2024
2 parents 133d94e + 34295f6 commit 83fa3aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
run: dotnet test --no-build --configuration Release --collect:"XPlat Code Coverage" --settings coverlet.runsettings

- name: Generate Coverage
uses: danielpalme/ReportGenerator-GitHub-Action@5.4.0
uses: danielpalme/ReportGenerator-GitHub-Action@5.4.1
with:
reports: '${{github.workspace}}/test/*/TestResults/*/coverage.info'
targetdir: ${{env.BUILD_PATH}}
Expand Down

0 comments on commit 83fa3aa

Please sign in to comment.