.solcover.js 180 B

123456789
  1. const shell = require("shelljs");
  2. module.exports = {
  3. istanbulReporter: ["html", "lcov"],
  4. providerOptions: {
  5. mnemonic: process.env.MNEMONIC,
  6. },
  7. skipFiles: ["test"],
  8. };