CMake-codecov
CMake-codecov copied to clipboard
add support for gcovr+gcc(include mingw)
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.
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?
Both lcov
and gcovr
are presentation layers for the data generated by underlying gcov
. It would be good to have this integrated, IMHO.