diff --git a/.github/workflows/solidity.yml b/.github/workflows/solidity.yml index 3edf373..42ca9db 100644 --- a/.github/workflows/solidity.yml +++ b/.github/workflows/solidity.yml @@ -179,7 +179,7 @@ jobs: - name: Report code coverage if: github.event_name == 'pull_request' - uses: zgosalvez/github-actions-report-lcov@4.1.20 + uses: zgosalvez/github-actions-report-lcov@4.1.21 continue-on-error: true with: coverage-files: lcov.info