Skip to content
This repository has been archived by the owner on Jun 29, 2020. It is now read-only.

Commit

Permalink
Update solcover file
Browse files Browse the repository at this point in the history
  • Loading branch information
garatortiz committed Jul 25, 2018
1 parent 289b6d4 commit 69fa8b2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions blockchain/.solcover.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
module.exports = {
testrpcOptions: '-p 8555 --mnemonic "gauge pilot return sauce iron woman reason ridge across kangaroo sorry ritual"',
compileCommand: '../node_modules/.bin/truffle compile',
testCommand: '../node_modules/.bin/truffle test --network coverage',
skipFiles: ['ERC20.sol', 'TestERC20.sol'],
testCommand: '../node_modules/.bin/truffle test --network coverage'
};

0 comments on commit 69fa8b2

Please sign in to comment.