Skip to content

Commit d7bd72b

Browse files
authored
Add note about kcov
1 parent 86a5f34 commit d7bd72b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

02-Use_the_Tools_Available.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,9 @@ A coverage analysis tool shall be run when tests are executed to make sure the e
197197
* [LCOV](http://ltp.sourceforge.net/coverage/lcov.php)
198198
* very configurable
199199
* [Gcovr](http://gcovr.com/)
200+
* [kcov](http://simonkagstrom.github.io/kcov/index.html)
201+
* integrates with codecov and coveralls
202+
* performs code coverage reporting without needing special compiler flags, just by instrumenting debug symbols.
200203

201204

202205
### Valgrind

0 commit comments

Comments
 (0)