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

Fix when DA-records contains optional checksum #42

Closed betaboon closed 2 years ago

betaboon commented 2 years ago

according to documentation a DA:....-record can contain an optional checksum.

currently this breaks lcov_cobertura

this should fix it.

betaboon commented 2 years ago

@eriwen bump :)