logrhythm / CodeCoverage

C++ CodeCoverage

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CodeCoverage

The CodeCoverage utility is used for generating code coverage reports for C++ repositories. Currently the following LogRhythm repositories can get code coverage measurements through this utility:

Usage example

git clone https://github.com/LogRhythm/FileIO
cd FileIO
/usr/local/probe/bin/CodeCoverage.py

This will generate the code coverage from the unit tests. The result will be stored in FileIO/coverage/coverage_FileIO.html which you can view in your browser

Requirements

  • cmake
  • gcovr
  • g++ 4.8 or newer

About

C++ CodeCoverage

License:MIT License


Languages

Language:Python 92.3%Language:Shell 7.7%