diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 61d9e66..1db19ea 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -34,7 +34,7 @@ jobs: run: cmake --build . --target cov_data - name: Report code coverage - uses: zgosalvez/github-actions-report-lcov@v7 + uses: zgosalvez/github-actions-report-lcov@v7.1.0 with: coverage-files: build/cov.info.cleaned minimum-coverage: 70