Skip to content

Commit 48dd212

Browse files
Bump danielpalme/ReportGenerator-GitHub-Action from 5.2.0 to 5.2.2
Bumps [danielpalme/ReportGenerator-GitHub-Action](https://github.com/danielpalme/reportgenerator-github-action) from 5.2.0 to 5.2.2. - [Release notes](https://github.com/danielpalme/reportgenerator-github-action/releases) - [Commits](danielpalme/ReportGenerator-GitHub-Action@5.2.0...5.2.2) --- updated-dependencies: - dependency-name: danielpalme/ReportGenerator-GitHub-Action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7b58509 commit 48dd212

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)