mirror of
https://github.com/cpp-best-practices/cppbestpractices.git
synced 2025-12-17 19:24:36 +03:00
Add note about kcov
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user