There was an error while loading. Please reload this page.
1 parent 86a5f34 commit d7bd72bCopy full SHA for d7bd72b
02-Use_the_Tools_Available.md
@@ -197,6 +197,9 @@ A coverage analysis tool shall be run when tests are executed to make sure the e
197
* [LCOV](http://ltp.sourceforge.net/coverage/lcov.php)
198
* very configurable
199
* [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.
203
204
205
### Valgrind
0 commit comments