Skip to content

Commit 80dd7d0

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 f478456 commit 80dd7d0

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
@@ -95,7 +95,7 @@ jobs:
9595
dotnet test --solution ${{ inputs.solution }} -c Release -v ${{ inputs.dotnet-logging || 'minimal' }} --no-build --no-restore /p:Version=${{ inputs.solution-version }} /p:GeneratePackageOnBuild=false -- --coverage --coverage-output-format cobertura
9696
9797
- name: ReportGenerator
98-
uses: danielpalme/ReportGenerator-GitHub-Action@5.4.18
98+
uses: danielpalme/ReportGenerator-GitHub-Action@5.5.0
9999
with:
100100
reports: '${{ github.workspace }}/**/TestResults/**/*.cobertura.xml'
101101
targetdir: '${{ github.workspace }}/coveragereports'

0 commit comments

Comments
 (0)