Files
hardhat-template/.solcover.js
Franco Victorio 1e00b9449a Remove dotenv in favor of configuration variables (#178)
* convert env variables to configuration variables

* modify docs and re-add env variable for test scenario

* update lock file

* add infura api key in ci

* update solidity-coverage package

* update readme with GitHub secrets

* remove quotes from mnemonic command

* Remove dotenv

* Run typechain in postcompile instead of postinstall

* Update ci.yml

* docs: polish README

---------

Co-authored-by: Christopher Dedominici <18092467+ChristopherDedominici@users.noreply.github.com>
Co-authored-by: Paul Razvan Berg <paul.razvan.berg@gmail.com>
2023-11-27 00:26:47 +02:00

5 lines
83 B
JavaScript

module.exports = {
istanbulReporter: ["html", "lcov"],
skipFiles: ["test"],
};