diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 9976f3f..d9dbfc0 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -92,7 +92,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.0 + uses: danielpalme/ReportGenerator-GitHub-Action@v5.5.1 with: reports: '${{ env.LCOV_REPORTS }}' reporttypes: 'lcov'