Skip to content

Commit 1f6fba1

Browse files
chore(deps): bump danielpalme/ReportGenerator-GitHub-Action
Bumps [danielpalme/ReportGenerator-GitHub-Action](https://github.com/danielpalme/reportgenerator-github-action) from 5.4.18 to 5.5.0. - [Release notes](https://github.com/danielpalme/reportgenerator-github-action/releases) - [Commits](danielpalme/ReportGenerator-GitHub-Action@5.4.18...5.5.0) --- updated-dependencies: - dependency-name: danielpalme/ReportGenerator-GitHub-Action dependency-version: 5.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7e6a381 commit 1f6fba1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/step-dotnet-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
dotnet test ${{ inputs.solution }} -c Release -v ${{ inputs.dotnet-logging || 'minimal' }} --no-build --no-restore --collect:"XPlat Code Coverage;Format=cobertura,opencover" /p:Version=${{ inputs.solution-version }} /p:GeneratePackageOnBuild=false -- --coverage --coverage-output-format cobertura
107107
108108
- name: ReportGenerator
109-
uses: danielpalme/ReportGenerator-GitHub-Action@5.4.18
109+
uses: danielpalme/ReportGenerator-GitHub-Action@5.5.0
110110
with:
111111
reports: '${{ github.workspace }}/**/TestResults/**/*.cobertura.xml'
112112
targetdir: '${{ github.workspace }}/coveragereports'

0 commit comments

Comments
 (0)