Extends nose.plugins.cover to add Cobertura-style XML reports
A companion to the built-in nose.plugins.cover, this plugin will write out an XML coverage report to a file named coverage.xml. It will honor all the options you pass to the Nose coverage plugin, especially --cover-package.
A companion to the built-in nose.plugins.cover, this plugin will write out an XML coverage report to a file named coverage.xml. It will honor all the options you pass to the Nose coverage plugin, especially --cover-package.
To install py27-nosexcover, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py27-nosexcover
To see what files were installed by py27-nosexcover, run:
port contents py27-nosexcover
To later upgrade py27-nosexcover, run:
sudo port selfupdate && sudo port upgrade py27-nosexcover
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.