It would be nice if diff_cover had a --format lcov option. This would be just a filter of the original lcov input file.
Having the output in lcov format would allow it to be used by all the tools that understand lcov. Personally, I would be using it with the Coverage Gutters VSCode extension, so I would see the coverage in the same IDE I'm working from.
It would be nice if diff_cover had a
--format lcovoption. This would be just a filter of the original lcov input file.Having the output in lcov format would allow it to be used by all the tools that understand lcov. Personally, I would be using it with the Coverage Gutters VSCode extension, so I would see the coverage in the same IDE I'm working from.