xxxxxxxxxx
// solidity coverage is used to un-tested line of code covered on call to make sure that tests are carried out alltrough
// install via terminal
yarn add --dev solidity-coverage
//add require in config.js
require("solidity-coverage");
// start
yarn hardhat coverage
//add coverage.json to .gitignore