Code coverage tool for compiled programs, Python, and shell scripts
Code coverage tester for compiled programs, Python, and shell scripts
kcov$ kcov coverage-output ./my_program arg1 arg2$ kcov coverage-output bash ./script.sh$ kcov coverage-output python3 ./script.py