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
No known key found for this signature in database
GPG Key ID: BCC366159BD63828
1 changed files with 8 additions and 0 deletions

View File

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