-
Notifications
You must be signed in to change notification settings - Fork 68
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
Coverage doesn't work on 0.4? #54
Comments
I don't know much about the latest on 0.4, I don't really use it, but
Looks like JuliaParser is somewhat broken? (@jakebolewski) |
The pulse is out-of-date, but 0.4 was pretty broken when i was last able to run it, by the way |
Is there anything I can do with the |
The coveralls bit should be in an |
Looks like the underlying issue is fixed: JuliaLang/JuliaParser.jl#18 |
Yup; the bulids in the referencing PR above completed successfully, so I think this is fixed now. Thanks (both to you and to @jakebolewski)! |
There seems to be a problem with submitting coverage results on 0.4 for at least https://github.com/JuliaLang/ODE.jl - I can't tell if it's because we have an outdated format in our
.travis.yml
or because something is actually broken, but all our tests pass, and then the build script fails when collecting and submitting coverage results.You can check out a couple of build logs here and here (there are a few more in the build history of that project).
This is probably an error on our side, because http://pkg.julialang.org/pulse.html doesn't indicate a major breakage (which I would have expected if this was a problem in your end). However, it would still be nice with some assistance in seeing what's the cause :)
The text was updated successfully, but these errors were encountered: