smart-contract/.solcover.js

10 lines
381 B
JavaScript
Raw Permalink Normal View History

2019-03-11 12:30:45 +00:00
module.exports = {
port: 9545,
testrpcOptions:
'-p 9545 -m "candy maple cake sugar pudding cream honey rich smooth crumble sweet treat"',
2019-04-06 12:49:08 +00:00
testCommand: 'truffle test --network coverage',
norpc: true,
copyPackages: ['openzeppelin-solidity'],
skipFiles: ['Bin/DEX.sol', 'Bin/Kyber.sol', 'Bin/Uniswap.sol', 'Bin/FreeProxy.sol', 'Reference/Auth.sol','Migrations.sol']
2019-03-11 12:30:45 +00:00
}