Skip to content

Instantly share code, notes, and snippets.

@dalechyn
Last active November 19, 2022 11:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dalechyn/57129c3a63417da4f51c7c4eb5c8f409 to your computer and use it in GitHub Desktop.
Save dalechyn/57129c3a63417da4f51c7c4eb5c8f409 to your computer and use it in GitHub Desktop.
Readable Foundry Coverage Report

Make sure lcov is installed with foundry.

$ forge coverage --report lcov
$ genhtml lcov.info -o report --branch-coverage 
$ open report/index.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment