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.
2 parents 64bb754 + 113efaf commit c421c5dCopy full SHA for c421c5d
.github/workflows/dotnet.yml
@@ -54,7 +54,7 @@ jobs:
54
run: dotnet test --no-build --configuration Release --collect:"XPlat Code Coverage" --settings coverlet.runsettings
55
56
- name: Generate Coverage
57
- uses: danielpalme/ReportGenerator-GitHub-Action@5.4.11
+ uses: danielpalme/ReportGenerator-GitHub-Action@5.4.12
58
with:
59
reports: '${{github.workspace}}/test/*/TestResults/*/coverage.info'
60
targetdir: ${{env.BUILD_PATH}}
0 commit comments