Selaa lähdekoodia

test: add "lcov" istanbul reporter

Paul Razvan Berg 4 vuotta sitten
vanhempi
commit
77a9890fcf
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      .solcover.js

+ 1 - 1
.solcover.js

@@ -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");
   },
   },