Skip to content

Commit 9f3cdb4

Browse files
Merge pull request #204 from loresoft/dependabot/github_actions/danielpalme/ReportGenerator-GitHub-Action-5.5.1
Bump danielpalme/ReportGenerator-GitHub-Action from 5.5.0 to 5.5.1
2 parents 4ce87ec + 3ffb259 commit 9f3cdb4

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

0 commit comments

Comments
 (0)