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 never running coveralls and make it explicitly fail on Travis #31

Merged
merged 1 commit into from
Sep 7, 2018

Conversation

JohanLorenzo
Copy link
Contributor

@JohanLorenzo JohanLorenzo commented Sep 7, 2018

In the previous PRs, the Coveralls job never returned any results. This is caused by errors like https://travis-ci.org/mozilla-releng/mozilla-version/jobs/425272047#L542. It seems the python-coveralls package is running on a too old version of coverage. Let's use python-coveralls (aka coveralls) which is also supported by coveralls.io https://docs.coveralls.io/python. As you can see, results are back!

I also made sure we don't silently fail on such errors anymore.

@JohanLorenzo JohanLorenzo changed the title Run coverage on py36 Fix never running coveralls Sep 7, 2018
@JohanLorenzo JohanLorenzo changed the title Fix never running coveralls Fix never running coveralls and make it explicitly fail on Travis Sep 7, 2018
@danlabici danlabici merged commit b2ea7e1 into mozilla-releng:master Sep 7, 2018
This was referenced Sep 7, 2018
@JohanLorenzo JohanLorenzo deleted the fix-coveralls branch July 26, 2019 05:35
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