diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index e31a791..5cf0f69 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -79,9 +79,9 @@ jobs: name: ${{github.sha}}.lcov.info - name: Code Coverage Report - uses: romeovs/lcov-reporter-action@87a815f34ec27a5826abba44ce09bbc688da58fd - # The reason for using a hash rather than a version/tag, is the project - # failed in publishing this release: https://github.com/romeovs/lcov-reporter-action/issues/47 + # use trillion-network/lcov-reporter-action + # to get fix for https://github.com/romeovs/lcov-reporter-action/pull/61 + uses: trillion-network/lcov-reporter-action@0.1.1 with: lcov-file: ./${{github.event.pull_request.base.sha}}.lcov.info lcov-base: ./${{github.sha}}.lcov.info