Skip to content

Commit

Permalink
fix coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
nervehammer committed Dec 25, 2018
1 parent ec9edd7 commit 062190b
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .solcover.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,19 @@ module.exports = {
port: 8555,
norpc: true,
deepSkip: true,
skipFiles: ['imports', 'Pool1.sol', 'Pool2.sol', 'PoolData.sol', 'mocks'],
skipFiles: [
'imports',
'Pool1.sol',
'Pool2.sol',
'PoolData.sol',
'EventCaller.sol',
'Governance.sol',
'ProposalCategory.sol',
'mocks'
],
forceParse: [
'imports/ERC1132',
'imports/govblocks-protocol/Governed.sol',
'imports/govblocks-protocol/interfaces',
'mocks'
]
};

1 comment on commit 062190b

@nervehammer
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this completely fixes #54

Please sign in to comment.