code coverage analysis tool, similar to `coverage`
figleaf is a Python code coverage analysis tool, built somewhat on the model of Ned Batchelder's fantastic coverage module. The goals of figleaf are to be a minimal replacement of 'coverage.py' that supports more configurable coverage gathering and reporting.
figleaf is a Python code coverage analysis tool, built somewhat on the model of Ned Batchelder's fantastic coverage module. The goals of figleaf are to be a minimal replacement of 'coverage.py' that supports more configurable coverage gathering and reporting.
To install py39-figleaf, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py39-figleaf
To see what files were installed by py39-figleaf, run:
port contents py39-figleaf
To later upgrade py39-figleaf, run:
sudo port selfupdate && sudo port upgrade py39-figleaf
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.