Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 8 additions & 21 deletions .solcover.js
Original file line number Diff line number Diff line change
@@ -1,23 +1,10 @@
module.exports = {
port: 8555,
norpc: true,
deepSkip: true,
skipFiles: [
'imports',
// 'Pool1.sol',
// 'Pool2.sol',
'EventCaller.sol',
// 'Governance.sol',
// 'ProposalCategory.sol',
'dummyDaiFeed.sol',
// 'MemberRoles.sol',
'mocks'
],
forceParse: [
'imports/ERC1132',
'imports/govblocks-protocol',
// 'Governance.sol',
// 'ProposalCategory.sol',
'mocks'
]
skipFiles: ['external', 'EventCaller.sol', 'dummyDaiFeed.sol', 'mocks'],
providerOptions: {
default_balance_ether: 10000000000, // Extra zero, coverage consumes more gas
network_id: 5777,
mnemonic:
'grocery obvious wire insane limit weather parade parrot patrol stock blast ivory',
total_accounts: 30
}
};
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ jobs:
script: npm run test
- stage: tests
name: "unit tests with coverage"
script: travis_wait 90 npm run test
script: npm run test
env: SOLIDITY_COVERAGE=true

Loading