Skip to content

Commit 9e8186d

Browse files
chore(deps): bump danielpalme/ReportGenerator-GitHub-Action (#306)
1 parent d18fa99 commit 9e8186d

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:GeneratePackageOnBuild=false -- --coverage --coverage-output-format cobertura
107107
108108
- name: ReportGenerator
109-
uses: danielpalme/ReportGenerator-GitHub-Action@5.4.12
109+
uses: danielpalme/ReportGenerator-GitHub-Action@5.4.13
110110
with:
111111
reports: '${{ github.workspace }}/**/TestResults/**/*.cobertura.xml'
112112
targetdir: '${{ github.workspace }}/coveragereports'

0 commit comments

Comments
 (0)