0

I have html report for code coverage.Is it possible to convert this report back to info file format?

Suzanno Hogwarts
  • 323
  • 2
  • 3
  • 12
  • Since the HTML report is generated from coverage data files. It makes no sense to convert HTML report back to info file format (assuming info capture format of lcov). Why don't you just use the generated info file using lcov? – AmeyaVS Aug 17 '17 at 05:13
  • The generated info files are lost due to device cleanup.We have reports on different server so wanted to know if there is way to convert it back – Suzanno Hogwarts Aug 18 '17 at 04:44
  • You can write the code for it but it would not be very useful. What you could is capture and zip the generated .info file along with the generated HTML report on the server. – AmeyaVS Aug 18 '17 at 05:25

0 Answers0