diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 28a0843..2d72300 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,7 +43,7 @@ jobs: working-directory: src/UnitTests - name: Combine Coverage Reports # This is because one report is produced per project, and we want one result for all of them. - uses: danielpalme/ReportGenerator-GitHub-Action@5.4.16 + uses: danielpalme/ReportGenerator-GitHub-Action@5.4.17 with: reports: "**/*.cobertura.xml" # REQUIRED # The coverage reports that should be parsed (separated by semicolon). Globbing is supported. targetdir: "${{ github.workspace }}" # REQUIRED # The directory where the generated report should be saved.