eriwen / lcov-to-cobertura-xml

Converts lcov output to Cobertura-compatible XML for CI
https://eriwen.github.io/lcov-to-cobertura-xml/
Apache License 2.0
187 stars 73 forks source link

Implement support for method coverage #20

Closed zyv closed 8 years ago

zyv commented 8 years ago

This PR addresses #19 for me; tested on Jenkins with Cobertura plugin, which now properly shows the methods in the reports. Please let me know if there is anything else I can do to get this merged!

P.S. I didn't implement proper signature conversion, which is difficult to get right, and probably will never be 100% reliable, so don't be surprised if Jenkins shows extra empty parenthesis after the method name.

eriwen commented 8 years ago

Thank you! These changes look great!