Browse Source

test: add "lcov" istanbul reporter

Paul Razvan Berg 4 years ago
parent
commit
77a9890fcf
1 changed files with 1 additions and 1 deletions
  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");
   },