From c92f3e29e1455d07afec4fbb147818670f7b5a41 Mon Sep 17 00:00:00 2001 From: Roderik van der Veer Date: Wed, 31 Jul 2024 11:26:12 +0200 Subject: [PATCH] fix: update code coverage gha --- .github/workflows/solidity.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/solidity.yml b/.github/workflows/solidity.yml index 2791f7e..83362c1 100644 --- a/.github/workflows/solidity.yml +++ b/.github/workflows/solidity.yml @@ -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/github-actions-report-lcov@v4.1.12 with: coverage-files: lcov.info - minimum-coverage: 90 github-token: ${{ secrets.GITHUB_TOKEN }} update-comment: true