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 374a7e5 commit 55eb310Copy full SHA for 55eb310
.github/workflows/code-coverage.yml
@@ -47,7 +47,7 @@ jobs:
47
run: dotnet test --no-restore --verbosity normal --collect:"XPlat Code Coverage" --results-directory coverage
48
49
- name: ReportGenerator
50
- uses: danielpalme/ReportGenerator-GitHub-Action@5.3.9
+ uses: danielpalme/ReportGenerator-GitHub-Action@5.4.1
51
with:
52
reports: coverage/**/coverage.cobertura.xml
53
targetdir: coveragereport
0 commit comments