diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 4a7cac8..c6be4ea 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -33,7 +33,7 @@ jobs: run: dotnet test --configuration Release --no-build -- --coverage --coverage-output-format cobertura --coverage-output coverage.cobertura.xml - name: ReportGenerator - uses: danielpalme/ReportGenerator-GitHub-Action@5.5.6 + uses: danielpalme/ReportGenerator-GitHub-Action@5.5.7 with: reports: '**/TestResults/coverage.cobertura.xml' targetdir: coveragereport