Browse Source

test: add "lcov" istanbul reporter

Paul Razvan Berg 4 năm trước cách đây
mục cha
commit
77a9890fcf
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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");
   },