Skip to content

Commit

Permalink
Update foundry_ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sebsadface committed Sep 10, 2024
1 parent 91a0e2d commit b8ecbfa
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/foundry_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,11 @@ jobs:
run: rm .env


Coverage:
needs: [foundry-test]
uses: storyprotocol/gha-workflows/.github/workflows/reusable-forge-code-coverage.yml@main
# FOR LOCAL TESTING ONLY
# uses: ./../gha-workflows/.github/workflows/reusable-forge-code-coverage.yml
with:
exclude_paths: 'test/*, script/*'
branch_coverage: true
# Coverage:
# needs: [foundry-test]
# uses: storyprotocol/gha-workflows/.github/workflows/reusable-forge-code-coverage.yml@main
# # FOR LOCAL TESTING ONLY
# # uses: ./../gha-workflows/.github/workflows/reusable-forge-code-coverage.yml
# with:
# exclude_paths: 'test/*, script/*'
# branch_coverage: true

0 comments on commit b8ecbfa

Please sign in to comment.