浏览代码

test: add "lcov" istanbul reporter

Paul Razvan Berg 4 年之前
父节点
当前提交
77a9890fcf
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .solcover.js

+ 1 - 1
.solcover.js

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