kcov-system-daemon
Code coverage analysis using DWARF debugging information
Install
- All systems
-
curl cmd.cat/kcov-system-daemon.sh
- Debian
-
apt-get install kcov
- Ubuntu
-
apt-get install kcov
- Arch Linux
-
pacman -S kcov
- Fedora
-
dnf install kcov
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install kcov
- Raspbian
-
apt-get install kcov
- Dockerfile
- dockerfile.run/kcov-system-daemon
kcov
Code coverage analysis using DWARF debugging information
Kcov is a code coverage tester based on bcov by Thomas Neumann. It allows collecting code coverage information from executables without special command-line arguments, and continuosly produces output from long-running applications. Kcov, like Bcov, uses DWARF debugging information to make this possible.