-
Notifications
You must be signed in to change notification settings - Fork 11
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? #47
Comments
I don't think so. I suspect the place to look is Coverage.jl more precisely CoverageTools.jl. |
I'm wondering if this is due to confusion about whether From a quick search it looks some people say you can do this wth jest in JavaScript (something like this) which I guess works as each Regardless of this, for us each Perhaps you could use an LCOV or convert it to a Cobertura xml? Is this for a specific CI platform? |
We just added a LCOV -> Cobertura converter in JuliaCI/LocalCoverage.jl#42. Maybe this could help. |
Hey guys. I have people at work asking me about outputting
junit
XML's for code coverage. Does anyone know what adding that would entail? The real obstacle that I see is that I don't think we have any way of parsing thegcov
code coverage output files into a manageable Julia data structure. Let me know if you have any thoughts on this. (Or maybe the functionality is already here and Im' just not realizing it.)The text was updated successfully, but these errors were encountered: