Skip to content

Commit c421c5d

Browse files
Merge pull request #191 from loresoft/dependabot/github_actions/danielpalme/ReportGenerator-GitHub-Action-5.4.12
Bump danielpalme/ReportGenerator-GitHub-Action from 5.4.11 to 5.4.12
2 parents 64bb754 + 113efaf commit c421c5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
run: dotnet test --no-build --configuration Release --collect:"XPlat Code Coverage" --settings coverlet.runsettings
5555

5656
- name: Generate Coverage
57-
uses: danielpalme/ReportGenerator-GitHub-Action@5.4.11
57+
uses: danielpalme/ReportGenerator-GitHub-Action@5.4.12
5858
with:
5959
reports: '${{github.workspace}}/test/*/TestResults/*/coverage.info'
6060
targetdir: ${{env.BUILD_PATH}}

0 commit comments

Comments
 (0)