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

'signature' attribute to method #10

Closed trnl closed 11 years ago

trnl commented 11 years ago

In the following line we getting NullPointerException if signature attribute is not provided:

http://grepcode.com/file/repo1.maven.org/maven2/org.jvnet.hudson.plugins/cobertura/1.1/hudson/plugins/cobertura/CoberturaCoverageParser.java#234

Adding just

signature="" 

fixes the issue.

eriwen commented 11 years ago

@trnl Nice work, thank you.

trnl commented 11 years ago

@eriwen Thank you to you. Mine work is small here :)