Skip to content

Commit

Permalink
Enable --ir-minimum in forge coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
ernestognw committed Jul 3, 2024
1 parent 49f3ad9 commit 5314727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/checks/coverage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ hardhat coverage

if [ "${CI:-"false"}" == "true" ]; then
# Foundry coverage
forge coverage --report lcov
forge coverage --report lcov --ir-minimum
# Remove zero hits
sed -i '/,0/d' lcov.info
fi
Expand Down

0 comments on commit 5314727

Please sign in to comment.