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

CMake module for code coverage

Results 14 CMake-codecov issues
Sort by recently updated
recently updated
newest added

I am facing a `Coverage disabled` warning while trying to use `CMake-codecov`. I am building executable with `TARGET_OBJECTS` option, that prevent `CMake-codecov` to discover the language used. The internal variable...

This module should be checked for compatibility with older CMake versions and a badge for the compatibility added.

We are using OpenEmbedded (OE) to build an SDK for cross-compiling our software for a specific target device. We use qemu to run unit tests on the SDK build machine....