Skip to content

Commit

Permalink
minor: use trillion-network/lcov-reporter-action
Browse files Browse the repository at this point in the history
  • Loading branch information
stanleygtrillion committed Nov 21, 2024
1 parent 9e2de05 commit cf153df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cf153df

Please sign in to comment.