Skip to content

Commit

Permalink
skip Integration from coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
anajuliabit committed Jul 8, 2024
1 parent 6180494 commit 112a6b4
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 @@ -59,7 +59,7 @@ jobs:
)" >> $GITHUB_ENV
- name: Run coverage
run: forge coverage --report summary --report lcov --ir-minimum
run: forge coverage --report summary --report lcov --ir-minimum --no-match-contract Integration

# To ignore coverage for certain directories modify the paths in this step as needed. The
# below default ignores coverage results for the test and script directories. Alternatively,
Expand Down

0 comments on commit 112a6b4

Please sign in to comment.