.solcover.js 440 B

1234567891011
  1. module.exports = {
  2. compileCommand: '../node_modules/.bin/truffle compile',
  3. testCommand: '../node_modules/.bin/truffle test --network coverage',
  4. // port: 6545,
  5. // testrpcOptions: '-p 6545 -u 0x54fd80d6ae7584d8e9a19fe1df43f04e5282cc43',
  6. // testCommand: 'mocha --timeout 5000',
  7. // norpc: true,
  8. // dir: './secretDirectory',
  9. // copyPackages: ['zeppelin-solidity'],
  10. // skipFiles: ['Routers/EtherRouter.sol']
  11. };