diff --git a/README.md b/README.md index 777d7cb..d6cd491 100644 --- a/README.md +++ b/README.md @@ -118,6 +118,14 @@ Compile the contracts: $ forge build ``` +### Coverage + +Get a test coverage report: + +```sh +$ forge coverage +``` + ### Deploy Deploy to Anvil: