diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 23654d1..fdb507f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -59,7 +59,7 @@ jobs: - name: Generate coverage report # run: reportgenerator -reports:**/coverage.cobertura.xml -targetdir:Report -reporttypes:HtmlInline_AzurePipelines;Cobertura - uses: danielpalme/ReportGenerator-GitHub-Action@5.2.5 + uses: danielpalme/ReportGenerator-GitHub-Action@5.3.7 with: reports: "**/coverage*cobertura.xml" targetdir: "Report"