We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cad2c0c + 94c4614 commit 53ae95fCopy full SHA for 53ae95f
1 file changed
.github/workflows/ci.yml
@@ -43,7 +43,7 @@ jobs:
43
working-directory: src/UnitTests
44
45
- name: Combine Coverage Reports # This is because one report is produced per project, and we want one result for all of them.
46
- uses: danielpalme/ReportGenerator-GitHub-Action@5.5.3
+ uses: danielpalme/ReportGenerator-GitHub-Action@5.5.4
47
with:
48
reports: "**/*.cobertura.xml" # REQUIRED # The coverage reports that should be parsed (separated by semicolon). Globbing is supported.
49
targetdir: "${{ github.workspace }}" # REQUIRED # The directory where the generated report should be saved.
0 commit comments