diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index f7555f9a..e3124ba2 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -59,7 +59,7 @@ jobs: # ReportGenerator -reports:"src/Utility.Test/TestResults/**/coverage.cobertura.xml" -targetdir:coveragereport - name: ReportGenerator - uses: danielpalme/ReportGenerator-GitHub-Action@5.4.1 + uses: danielpalme/ReportGenerator-GitHub-Action@5.4.2 with: reports: 'src/Utility.Test/TestResults/**/coverage.cobertura.xml' # REQUIRED # The coverage reports that should be parsed (separated by semicolon). Globbing is supported. targetdir: 'coveragereport' # REQUIRED # The directory where the generated report should be saved.