-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Have travis-ci run tox -e cover to catch code branch coverage misses #1872
Comments
There is a coveralls.io build target as well |
It could go in there. I'm good either way though. |
The point is that every PR already has a coverage check |
I think the issue is coveralls.io says that there's 100% coverage but |
WAT! That sucks. Let's figure out what's wrong with coveralls.io instead of doing double duty. Do you need to be added as an admin? |
The sad truth appears to be here my friend lemurheavy/coveralls-public#31 |
Ouch. Based on that, let's switch to codecov.io? |
Looks promising! |
As is turns out, coveralls doesn't cover code branch misses very well.
We could have travis run
tox -e cover
to ensure that we have proper code coverage before publishing it to coveralls.The text was updated successfully, but these errors were encountered: