Add note about kcov

This commit is contained in:
Jason Turner
2017-01-05 22:23:54 -07:00
committed by GitHub
parent 86a5f34116
commit d7bd72b7d4

View File

@@ -197,6 +197,9 @@ A coverage analysis tool shall be run when tests are executed to make sure the e
* [LCOV](http://ltp.sourceforge.net/coverage/lcov.php) * [LCOV](http://ltp.sourceforge.net/coverage/lcov.php)
* very configurable * very configurable
* [Gcovr](http://gcovr.com/) * [Gcovr](http://gcovr.com/)
* [kcov](http://simonkagstrom.github.io/kcov/index.html)
* integrates with codecov and coveralls
* performs code coverage reporting without needing special compiler flags, just by instrumenting debug symbols.
### Valgrind ### Valgrind