Added a section for the report location. (#739)

pull/743/head
Nathan Lee 2 years ago committed by GitHub
parent ed3d504176
commit 204a5ebaa4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      README.md

@ -35,8 +35,6 @@ import 'solidity-coverage'
**Resources**:
+ [0.8.0 release notes][31]
## Run
```
npx hardhat coverage [command-options]
@ -93,6 +91,9 @@ module.exports = {
[<sup>*</sup> Advanced use][14]
## Viewing the reports:
+ You can find the Istanbul reports written to the `./coverage/` folder generated in your root directory.
## API
Solidity-coverage's core methods and many utilities are available as an API.

Loading…
Cancel
Save