nosexcover is a plugin for Nose that extends the built-in coverage plugin to generate Cobertura-style XML reports (coverage.xml) via the `coverage.py` library. Version 1.0.11 is the latest release. The project is maintained but has very infrequent updates.
pip install nosexcoverVerified import paths — ran on the pinned version, not inferred.
After installing, run nosetests with --with-xcoverage to generate cobertura-style XML.
Use nosetests as the test runner.
Include --with-coverage in your nosetests command.
Avoid --cover-erase when using --with-xcoverage.