mirror of https://github.com/qTox/qTox.git
Browse Source
This change adds a cmake configuration switch to enable code coverage instrumentation during the compilation of the project. When tests are executed, the instrumentation outputs coverage data to output files in the build directory. Programs such as lcov/gcovr can turn that data into reports. This change also adds steps to the travis CI configuration to build with this configuration switch and then use lcov to generate the consolidated report and publish to codecov.ioreviewable/pr6317/r1
3 changed files with 34 additions and 2 deletions
Loading…
Reference in new issue