BACKPORT: kernel: add kcov code coverage Browse files kcov provides code coverage collection for coverage-guided fuzzing (randomized testing). Coverage-guided fuzzing is a testing technique that uses coverage feedback to determine new interesting inputs to a system. A notable user-space example is...
Speaking of test coverage, the library has 100% line coverage, which you may verify by running zig build cov, provided you have kcov installed. To run the extended suite, including the fuzzer, use zig build -Dtest-more test. This will take an appreciable amount of time in the default de...
[418星][26d] [C++] simonkagstrom/kcov Code coverage tool for compiled programs, Python and Bash which uses debugging information to collect and report data without special compilation options [377星][1m] [Py] pdbpp/pdbpp pdb++, a drop-in replacement for pdb (the Python debugger) [332星...