Skip to content

Commit

Permalink
ci: include fork test in coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
smol-ninja committed Dec 9, 2024
1 parent b2b3328 commit 6099961
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,4 @@ jobs:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
uses: "sablier-labs/reusable-workflows/.github/workflows/forge-coverage.yml@main"
with:
match-path: "tests/{integration,unit}/**/*.sol"
match-path: "tests/{fork,integration,unit}/**/*.sol"

0 comments on commit 6099961

Please sign in to comment.