Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chore: Fix coverage task #614

Merged
merged 6 commits into from
Aug 25, 2020
Merged

Chore: Fix coverage task #614

merged 6 commits into from
Aug 25, 2020

Conversation

facuspagnuolo
Copy link
Contributor

No description provided.

@facuspagnuolo facuspagnuolo requested a review from sohkai August 24, 2020 23:14
@facuspagnuolo facuspagnuolo self-assigned this Aug 24, 2020
@auto-assign auto-assign bot requested a review from izqui August 24, 2020 23:14
Copy link
Contributor

@sohkai sohkai left a comment

Choose a reason for hiding this comment

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

Looks good, I think we may be able to completely remove the ganache-cli script as a vanilla truffle test and truffle coverage seem to have us covered pretty well? Alternatively we can wait for when we migrate this to buidler (which also shouldn't be very hard I think) to do that.

.solcover.js Outdated
'test',
'acl/ACLSyntaxSugar.sol',
'common/DepositableStorage.sol', // Used in tests that send ETH
'common/UnstructuredStorage.sol' // Used in tests that send ETH
Copy link
Contributor

Choose a reason for hiding this comment

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

I think we might be able to remove these from the skipped files now since gas is less of an issue; worth a try?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Let's do it!

@facuspagnuolo facuspagnuolo merged commit 847269c into next Aug 25, 2020
@facuspagnuolo facuspagnuolo deleted the fix_coverage branch August 25, 2020 13:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants