Skip to content

Instantly share code, notes, and snippets.

@QEDK
Last active December 21, 2023 11:26
Show Gist options
  • Save QEDK/72f4714ea27e8e5c8b84390e6c8e5bc2 to your computer and use it in GitHub Desktop.
Save QEDK/72f4714ea27e8e5c8b84390e6c8e5bc2 to your computer and use it in GitHub Desktop.
Forge coverage alias
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