Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Should not report coverage information about ‘coverage’ package #8

Closed
nedbat opened this issue Jun 16, 2009 · 1 comment
Closed
Labels
bug Something isn't working

Comments

@nedbat
Copy link
Owner

nedbat commented Jun 16, 2009

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.


@nedbat
Copy link
Owner Author

nedbat commented Jun 25, 2009

Fixed in <<changeset 39e8f1b96bd5 (bb)>>, see the comment there.

@nedbat nedbat closed this as completed Jun 25, 2009
@nedbat nedbat added major bug Something isn't working labels Jun 23, 2018
agronholm added a commit to agronholm/coveragepy that referenced this issue Aug 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant