Skip to content

Commit

Permalink
fix: update code coverage gha
Browse files Browse the repository at this point in the history
  • Loading branch information
roderik committed Jul 31, 2024
1 parent 6ab9324 commit a4a4d1b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/solidity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,11 +140,10 @@ jobs:
npx graph build generated/scs.subgraph.yaml
- name: Report code coverage
if: github.ref_name != 'main'
if: github.event_name == 'pull_request'
uses: zgosalvez/[email protected]
with:
coverage-files: lcov.info
minimum-coverage: 90
github-token: ${{ secrets.GITHUB_TOKEN }}
update-comment: true

Expand Down

0 comments on commit a4a4d1b

Please sign in to comment.