rix0rrr / cover2cover

Convert JaCoCo coverage reports to Cobertura coverage reports
MIT License
55 stars 50 forks source link

Jacoco compatibility v.0.8.3 #5

Closed ivanalvarado closed 5 years ago

ivanalvarado commented 5 years ago

I'm currently trying to convert my jacoco.xml report to a cobertura.xml so I can then convert it to Clover for Bamboo (CI tool). However, Jacoco reports that we have code coverage of 37%, but when we run the conversions Clover reports 0%. We have verified that our conversion tool from Cobertura to Clover works fine, so our assumption is that Jacoco to Cobertura is not translating correctly.

I noticed that changes to this repo haven't been made in over 2 years, so I was wondering if the cover2cover.py script still works for Jacoco v.0.8.3 (most current version)?

ivanalvarado commented 5 years ago

No issue with script. Had an issue with my Jacoco report.