Skip to content

Commit 204a5eb

Browse files
authored
Added a section for the report location. (#739)
1 parent ed3d504 commit 204a5eb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ import 'solidity-coverage'
3535
**Resources**:
3636
+ [0.8.0 release notes][31]
3737

38-
39-
4038
## Run
4139
```
4240
npx hardhat coverage [command-options]
@@ -93,6 +91,9 @@ module.exports = {
9391

9492
[<sup>*</sup> Advanced use][14]
9593

94+
## Viewing the reports:
95+
+ You can find the Istanbul reports written to the `./coverage/` folder generated in your root directory.
96+
9697
## API
9798

9899
Solidity-coverage's core methods and many utilities are available as an API.

0 commit comments

Comments
 (0)