Last active
December 21, 2023 11:26
-
-
Save QEDK/72f4714ea27e8e5c8b84390e6c8e5bc2 to your computer and use it in GitHub Desktop.
Forge coverage alias
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
alias fcov="forge coverage --report lcov && genhtml -o coverage lcov.info --ignore-errors category,category --branch-coverage && open coverage/index.html" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment