-
Notifications
You must be signed in to change notification settings - Fork 17
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
Cobertura report format #14
Comments
@davidmoshal do you have a sample output file or files you could put online? Ideally it would be an entire directory, so I can take a look at what the full format looks like. It is possible we don't have all the info that they do (like methods/branches), but we can see what we have. |
I do, for java, groovy and flex. Dave On Fri, Mar 30, 2012 at 5:42 PM, Itay Neeman
|
@davidmoshal sorry for the delayed reply! Can you come up with an example with some test code so I can see what the output looks like? |
I am glad i've found this discussion. @itay here is DTD for the cobertural xml. It'd be great feature to include in cover, since xml reports can be inserted in such tools as Jenkins for example. http://cobertura.sourceforge.net/xml/coverage-04.dtd here is an example of actual xml report: |
@rpetrenko thanks for the link, that is useful. I've recently finished some other commitments, so I hope I'll have a few more cycles to spend on Cover in the near future! Also, if you'd like to try your hand at this, feel free. Happy to provide guidance and accept a pull request :) |
Nice! Being able to view node coverage in java coverage reporting tools will be awesome. |
Hi itay , Do we have anything that has come up on this ? |
@preethinagashri I took a look at Cobertura. There are two issues:
I'd rather spend time trying to make the Cover HTML reporter better, so let me know if there are features we should add. |
This would be a great addition! Cobertura reports can be uploaded to codecov.io very easily too. @itay is there a |
I don't have an example handy - I haven't run this in a while, unfortunately. It should be pretty easy to get one if you install the project though. |
Am wondering how difficult it would be to produce a coverage reports using Cobertura's xml format?
Here is their XML report generating class:
http://www.devdaily.com/java/jwarehouse/cobertura-1.9/src/net/sourceforge/cobertura/reporting/xml/XMLReport.java.shtml
The text was updated successfully, but these errors were encountered: