CMake-codecov icon indicating copy to clipboard operation
CMake-codecov copied to clipboard

add support for gcovr+gcc(include mingw)

Open zhongpan opened this issue 4 years ago • 2 comments

gcovr is easier to use than lcov and better cross-platform. I implemented gcovr support by referring to the gcov code, and tested gcc, including the MinGW platform.

zhongpan avatar Apr 30 '20 09:04 zhongpan

I'm not sure about merging this, as gcovr seems to be unrelated to the gcov + lcov, so it might be better placed in its own repository. @jprotze what's your opinion on this?

alehaa avatar Jul 02 '20 20:07 alehaa

Both lcov and gcovr are presentation layers for the data generated by underlying gcov. It would be good to have this integrated, IMHO.

carun avatar Aug 11 '22 05:08 carun