Explorar o código

test: add "lcov" istanbul reporter

Paul Razvan Berg %!s(int64=4) %!d(string=hai) anos
pai
achega
77a9890fcf
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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");
   },