Fix coverage

This commit is contained in:
cgewecke
2017-07-10 15:45:12 -07:00
parent 322a9598ab
commit 5afbdf00db
5 changed files with 51 additions and 21 deletions

5
.solcover.js Normal file
View File

@ -0,0 +1,5 @@
module.exports = {
norpc: true,
testCommand: 'node --max-old-space-size=4096 ../node_modules/.bin/truffle test --network coverage',
skipFiles: ['lifecycle/Migrations.sol']
}