Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nervehammer committed Dec 25, 2018
1 parent 062190b commit d524870
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .solcover.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ module.exports = {
],
forceParse: [
'imports/ERC1132',
'imports/govblocks-protocol/interfaces',
'imports/govblocks-protocol',
'Governance.sol',
'ProposalCategory.sol',
'mocks'
]
};

1 comment on commit d524870

@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.

fixes #54 💯

Please sign in to comment.