-
Notifications
You must be signed in to change notification settings - Fork 422
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
Add coverage #249
Add coverage #249
Conversation
Someone with some measure of ownership over Distributions will need to go on Coveralls.io and enable it there |
I'd enable it before merging this, that way this merge will trigger a submission and you can check its worked correctly. |
Enabled. |
And merged. :) Thanks, Iain! |
No problem! |
Unfortunately looks like tests are failing, so it won't submit any coverage until a build passes |
Some refactoring is going on. I will deal with the failure soon. |
Now the tests passed. However, the coverage information isn't available ... |
It works now. Thanks! |
The badge updates much less quickly than the Travis one, but clicking on it should give more up to date results. |
Also: it actually overestimates coverage, due to a "glitch" in --code-coverage, e.g. https://coveralls.io/files/223797062 you can see many functions with no counts but not a 0 count. I thought there was an issue but I can't find it right now JuliaLang/julia#5423 |
Fixes #248