Skip to content

mejarrett/CodeCoverage

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 92.2%
  • Shell 7.8%