forked from SimonKagstrom/kcov
-
Notifications
You must be signed in to change notification settings - Fork 0
Code coverage tool for compiled programs, Python and Bash which uses debugging information to collect and report data without special compilation options
License
luehmann/kcov
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Kcov is a code coverage tester based on Bcov (http://bcov.sf.net). Kcov, like Bcov, uses DWARF debugging information to make it possible to collect coverage information without special compiler switches. Simple usage: kcov /path/to/outdir executable [args for the executable] /path/to/outdir will contain lcov-style HTML output generated continously while the application runs. kcov is written by Simon Kagstrom <[email protected]> and more information can be found at the web page, http://simonkagstrom.github.com/kcov/index.html
About
Code coverage tool for compiled programs, Python and Bash which uses debugging information to collect and report data without special compilation options
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- C++ 56.4%
- JavaScript 13.9%
- Python 9.8%
- C 9.6%
- CMake 6.1%
- CSS 1.3%
- Other 2.9%