Kcov is a code coverage tester for compiled programs, Python scripts and shell scripts. It allows collecting code coverage information from executables without special command-line arguments, and continuously produces output from long-running applications.
Kcov is a code coverage tester for compiled programs, Python scripts and shell scripts. It allows collecting code coverage information from executables without special command-line arguments, and continuously produces output from long-running applications.
To install kcov, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install kcov
To see what files were installed by kcov, run:
port contents kcov
To later upgrade kcov, run:
sudo port selfupdate && sudo port upgrade kcov
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.