docs: mention coverage command in README

This commit is contained in:
Paul Razvan Berg
2022-12-20 19:42:12 +02:00
parent 0d39c55f7d
commit d7a4c6c70f

View File

@@ -118,6 +118,14 @@ Compile the contracts:
$ forge build
```
### Coverage
Get a test coverage report:
```sh
$ forge coverage
```
### Deploy
Deploy to Anvil: