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

Fix Travis coverage test run issue #263

Merged
merged 2 commits into from
Aug 7, 2019
Merged

Conversation

patitonar
Copy link
Contributor

From time to time the task that run the coverage test in Travis failed with the error TypeError: Cannot read property 'number' of null. Triggering a re-build fixed the task, sometimes you needed to trigger the re-build twice to make it work.

The task fails because of the following issue MetaMask/web3-provider-engine#313 in web3-provider-engine package. To fix it, I used the version that is included inside @0x/sol-coverage which is a previous version and seems to work fine.

I run 4 builds of the task and it succeeded in all the cases.

Also fixed the directory of FeeManagerMock contract that probably was incorrectly included in an old directory in some merge.

@patitonar patitonar requested a review from akolotov August 6, 2019 18:45
@patitonar patitonar self-assigned this Aug 6, 2019
Copy link
Collaborator

@akolotov akolotov left a comment

Choose a reason for hiding this comment

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

Thanks for the investigation and quick resolution of the issue

@akolotov akolotov merged commit 907bde5 into develop Aug 7, 2019
@akolotov akolotov deleted the fix-coverage-run-issue branch August 7, 2019 04:57
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.

None yet

2 participants