mirror of
https://github.com/PaulRBerg/hardhat-template.git
synced 2026-01-09 14:07:58 -05:00
* 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>
5 lines
83 B
JavaScript
5 lines
83 B
JavaScript
module.exports = {
|
|
istanbulReporter: ["html", "lcov"],
|
|
skipFiles: ["test"],
|
|
};
|