Skip to content

Commit d386432

Browse files
authored
Merge pull request #169 from loresoft/dependabot/github_actions/danielpalme/ReportGenerator-GitHub-Action-5.2.2
Bump danielpalme/ReportGenerator-GitHub-Action from 5.2.0 to 5.2.2
2 parents 11451be + 48dd212 commit d386432

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
@@ -47,7 +47,7 @@ jobs:
4747
run: dotnet test --configuration Release --collect:"XPlat Code Coverage" --settings coverlet.runsettings
4848

4949
- name: Generate Coverage
50-
uses: danielpalme/[email protected].0
50+
uses: danielpalme/[email protected].2
5151
with:
5252
reports: '${{github.workspace}}/test/*/TestResults/*/coverage.info'
5353
targetdir: ${{env.BUILD_PATH}}

0 commit comments

Comments
 (0)