SimonKagstrom / kcov

Code coverage tool for compiled programs, Python and Bash which uses debugging information to collect and report data without special compilation options
http://simonkagstrom.github.io/kcov/
GNU General Public License v2.0
712 stars 109 forks source link

Support gcov coverage as input #49

Open SimonKagstrom opened 9 years ago

SimonKagstrom commented 9 years ago

A gcov-engine / file-parser needs to be written.

SimonKagstrom commented 9 years ago

Mostly implemented via a1af82797ba and lots of other commits.

Still some bugs to weed out though.