Ver código fonte

test: add "lcov" istanbul reporter

Paul Razvan Berg 4 anos atrás
pai
commit
77a9890fcf
1 arquivos alterados com 1 adições e 1 exclusões
  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");
   },