Skip to content

Commit 1202319

Browse files
Merge pull request #167 from loresoft/dependabot/github_actions/danielpalme/ReportGenerator-GitHub-Action-5.4.2
Bump danielpalme/ReportGenerator-GitHub-Action from 5.4.1 to 5.4.2
2 parents 5a10640 + 51be030 commit 1202319

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/[email protected].1
57+
uses: danielpalme/[email protected].2
5858
with:
5959
reports: '${{github.workspace}}/test/*/TestResults/*/coverage.info'
6060
targetdir: ${{env.BUILD_PATH}}

0 commit comments

Comments
 (0)