Skip to content
This repository has been archived by the owner on Jan 11, 2021. It is now read-only.

Fix travis code coverage #124

Merged
merged 1 commit into from
Jun 26, 2018
Merged

Fix travis code coverage #124

merged 1 commit into from
Jun 26, 2018

Conversation

sunchao
Copy link
Owner

@sunchao sunchao commented Jun 23, 2018

The installation steps for cargo-travis were deleted by mistake.
The CI jobs were succeeding because it was using cache, but recently
started to fail because the cache is gone. This fixes it.

The installation steps for cargo-travis was deleted by mistake.
The CI jobs were succeeding because it was using cache, but recently
started to fail because the cache is gone. This fixes it.
@sunchao sunchao requested a review from sadikovi June 23, 2018 05:40
Copy link
Collaborator

@sadikovi sadikovi 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!

@sadikovi
Copy link
Collaborator

Well done! I actually did not notice it:) Thanks for fixing the issue.

@sunchao
Copy link
Owner Author

sunchao commented Jun 23, 2018

NP. Seems it is still failing for that types.h not found error. Looking...

@sadikovi
Copy link
Collaborator

I was thinking if it could be related to using travis-cargo test command instead of cargo test, but it could be something else indeed (looks like that is the only thing that is different between the two conf files).

@sunchao
Copy link
Owner Author

sunchao commented Jun 25, 2018

Yeah the error was strange - seems it is trying to compile against x86 but the docker environment was set up for x86_64.

@sunchao
Copy link
Owner Author

sunchao commented Jun 26, 2018

The failure was caused by SimonKagstrom/kcov#262, and the original commit that caused the issue was reverted. Coveralls worked in the latest build.

@sadikovi
Copy link
Collaborator

Thanks. Well done!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants