LCOV is a graphical front-end for GCC's coverage testing tool gcov.
LCOV is a graphical front-end for GCC's coverage testing tool gcov. It collects gcov data for multiple source files and creates HTML pages containing the source code annotated with coverage information. It also adds overview pages for easy navigation within the file structure.
LCOV is a graphical front-end for GCC's coverage testing tool gcov. It collects gcov data for multiple source files and creates HTML pages containing the source code annotated with coverage information. It also adds overview pages for easy navigation within the file structure.
To install lcov, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install lcov
To see what files were installed by lcov, run:
port contents lcov
To later upgrade lcov, run:
sudo port selfupdate && sudo port upgrade lcov
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.