diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c6be911..9a4f4b9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -100,7 +100,7 @@ jobs: echo LCOV_REPORTS=$(find ./*[Tt]est*/ -name "coverage.*info" | paste -sd ";") >> $GITHUB_ENV - name: merge code coverage data - uses: danielpalme/ReportGenerator-GitHub-Action@v5.5.10 + uses: danielpalme/ReportGenerator-GitHub-Action@v5.5.11 with: reports: "${{ env.LCOV_REPORTS }}" reporttypes: "lcov"