Should not report coverage information about ‘coverage’ package · Issue #8 · nedbat/coveragepy (original) (raw)
Navigation Menu
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
Description
Originally reported by Anonymous
When I run coverage (in this case, using ‘nosetests --with-cover’), statistics are collected and reported for the ‘coverage’ package itself, with is not useful:
coverage.collector 80 4 5% 3-139, 146-169
It's (ideally) out of my control what modules are imported by coverage itself. Instead, this information should not be reported by default, or should not be collected in the first place.
- Bitbucket: https://bitbucket.org/ned/coveragepy/issue/8