We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f478456 commit 80dd7d0Copy full SHA for 80dd7d0
.github/workflows/step-dotnet-tests.yml
@@ -95,7 +95,7 @@ jobs:
95
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
96
97
- name: ReportGenerator
98
- uses: danielpalme/ReportGenerator-GitHub-Action@5.4.18
+ uses: danielpalme/ReportGenerator-GitHub-Action@5.5.0
99
with:
100
reports: '${{ github.workspace }}/**/TestResults/**/*.cobertura.xml'
101
targetdir: '${{ github.workspace }}/coveragereports'
0 commit comments