2 parents a4423b2 + fa2111b commit 981cb5eCopy full SHA for 981cb5e
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.4.14
+ uses: danielpalme/ReportGenerator-GitHub-Action@5.4.16
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