You will need to make sure you have these packages installed:
- foundry
- lcov
The you need to ensure your environment has these variables set:
MAINNET_RPC_URL=
foundryup
forge build
forge test
npm run coverage
You will need to make sure you have these packages installed:
The you need to ensure your environment has these variables set:
MAINNET_RPC_URL=
foundryup
forge build
forge test
npm run coverage