From cf153df39824e1a10980afdf4363ac1e3696eaa6 Mon Sep 17 00:00:00 2001 From: Stanley Gunawan Date: Thu, 21 Nov 2024 15:02:31 +0800 Subject: [PATCH] minor: use trillion-network/lcov-reporter-action --- .github/workflows/coverage.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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