Skip to content

Commit

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

Bump danielpalme/ReportGenerator-GitHub-Action from 5.1.23 to 5.1.24
  • Loading branch information
pwelter34 committed Aug 16, 2023
2 parents d6e3cd7 + ca0b943 commit 81f720c
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 @@ -67,7 +67,7 @@ jobs:
run: dotnet test --configuration Release --collect:"XPlat Code Coverage" --settings coverlet.runsettings

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

0 comments on commit 81f720c

Please sign in to comment.