Hi!
I'm interested in combining using covr with tools that consume LCOV text files. Here's a description of the format:
https://www.systutorials.com/docs/linux/man/1-geninfo/
FWIW, this is a format supported by codecov too:
https://docs.codecov.io/docs/supported-report-formats#exhaustive-acceptable-report-formats
I noticed that there was some gcov parsing, but wasn't sure if the whole report can be written in a similar format or if lcov was supported as well.
Thanks!
Hi!
I'm interested in combining using covr with tools that consume LCOV text files. Here's a description of the format:
https://www.systutorials.com/docs/linux/man/1-geninfo/
FWIW, this is a format supported by codecov too:
https://docs.codecov.io/docs/supported-report-formats#exhaustive-acceptable-report-formats
I noticed that there was some gcov parsing, but wasn't sure if the whole report can be written in a similar format or if lcov was supported as well.
Thanks!