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 6e55976
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .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 @@ -56,8 +57,9 @@ 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
# 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 6e55976

Please sign in to comment.