diff --git a/README.md b/README.md index e5b2e4b..ebed427 100644 --- a/README.md +++ b/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 = { [* 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.