Skip to content

Commit

Permalink
test: Remove invariant tests from Coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
bingen committed Aug 29, 2024
1 parent 6fe4f3c commit cee0267
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/contracts-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:
- name: Run Forge coverage
run: |
forge coverage --report lcov --report-file lcov_foundry.info
forge coverage --no-match-contract Invariant --report lcov --report-file lcov_foundry.info
- name: Install lcov
run: sudo apt-get -y install lcov
Expand Down

0 comments on commit cee0267

Please sign in to comment.