install deps
yarn
init submodules
git submodule update --init --recursive
install foundry
foundry tests:
yarn test
see coverage stats:
yarn coverage
install this plugin: https://marketplace.visualstudio.com/items?itemName=ryanluker.vscode-coverage-gutters
run yarn coverage:lcov
then run Display Coverage via Command Pallate