Skip to content

Commit

Permalink
👷 Update lcov-reporter-action GitHub Action
Browse files Browse the repository at this point in the history
Signed-off-by: Pascal Marco Caversaccio <pascal.caversaccio@hotmail.ch>
  • Loading branch information
pcaversaccio committed Apr 29, 2024
1 parent 5ece2bc commit e1d8f79
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 38 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/test-contracts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,9 @@ jobs:

- name: Post coverage report
if: ${{ (github.event.pull_request.head.repo.full_name == github.repository && github.event_name == 'pull_request') }}
uses: romeovs/lcov-reporter-action@v0.3.1
uses: sunsergdev/lcov-reporter-action@v0.3.1-fork
with:
title: "Test Coverage Report"
delete-old-comments: true
lcov-file: ./lcov.info
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
65 changes: 28 additions & 37 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e1d8f79

Please sign in to comment.