Skip to content

Commit

Permalink
Working coverage config
Browse files Browse the repository at this point in the history
  • Loading branch information
maurelian authored and skmgoldin committed Mar 22, 2018
1 parent b295114 commit 779d0ac
Show file tree
Hide file tree
Showing 4 changed files with 2,701 additions and 9 deletions.
11 changes: 11 additions & 0 deletions .solcover.js
@@ -0,0 +1,11 @@
module.exports = {
compileCommand: '../node_modules/.bin/truffle compile',
testCommand: '../node_modules/.bin/truffle test --network coverage',
// port: 6545,
// testrpcOptions: '-p 6545 -u 0x54fd80d6ae7584d8e9a19fe1df43f04e5282cc43',
// testCommand: 'mocha --timeout 5000',
// norpc: true,
// dir: './secretDirectory',
// copyPackages: ['zeppelin-solidity'],
// skipFiles: ['Routers/EtherRouter.sol']
};

0 comments on commit 779d0ac

Please sign in to comment.