.solcover.js 83 B

1234
  1. module.exports = {
  2. istanbulReporter: ["html", "lcov"],
  3. skipFiles: ["test"],
  4. };