|
@@ -7,7 +7,7 @@ if (!mnemonic) {
|
|
}
|
|
}
|
|
|
|
|
|
module.exports = {
|
|
module.exports = {
|
|
- istanbulReporter: ["html"],
|
|
|
|
|
|
+ istanbulReporter: ["html", "lcov"],
|
|
onCompileComplete: async function (_config) {
|
|
onCompileComplete: async function (_config) {
|
|
await run("typechain");
|
|
await run("typechain");
|
|
},
|
|
},
|