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

Missing function & statement metrics #28

Closed mickyjohnstonmonotype closed 2 years ago

mickyjohnstonmonotype commented 6 years ago

I ran lcov-to-cobertura against a lcov results file and while the conversion worked (i.e. coverage.xml was produced), I do not see function and statement summary metrics in this file. Note, I do see branch and line summary metrics:

<coverage branch-rate="0.6012965964343598" branches-covered="742" branches-valid="1234" complexity="0" line-rate="0.703875968992248" lines-covered="1362" lines-valid="1935" timestamp="1505846593" version="2.0.3">

eriwen commented 2 years ago

I'm afraid that there's not enough detail here to action on. Please provide an example lcov file which does not work as expected.

eriwen commented 2 years ago

Closing due to inactivity. Please file a new issue with more details if desired.