From 204a5ebaa4be69fd420f9d3851dd518d9072ece9 Mon Sep 17 00:00:00 2001 From: Nathan Lee <83928534+nslee333@users.noreply.github.com> Date: Mon, 5 Sep 2022 12:15:06 -0700 Subject: [PATCH] Added a section for the report location. (#739) --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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.