Skip to content

Commit

Permalink
[feat] add reusable forge code coverage workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyBoWu committed Apr 11, 2024
1 parent a6d0dac commit e214168
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/foundry_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
pull_request:
branches:
- main
- master

jobs:

Expand Down Expand Up @@ -55,8 +56,8 @@ jobs:

Coverage:
needs: [foundry-test]
uses: storyprotocol/gha-workflows/.github/workflows/reusable-forge-code-coverage.yml@feat/add_reusable_forge_code_coverage
# FOR LOCAL TESTING
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/*'
Expand Down

0 comments on commit e214168

Please sign in to comment.