Skip to content

Commit

Permalink
Added a section for the report location. (#739)
Browse files Browse the repository at this point in the history
  • Loading branch information
nslee333 committed Sep 5, 2022
1 parent ed3d504 commit 204a5eb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Expand Up @@ -35,8 +35,6 @@ import 'solidity-coverage'
**Resources**:
+ [0.8.0 release notes][31]



## Run
```
npx hardhat coverage [command-options]
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 204a5eb

Please sign in to comment.