You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If he explicitly specifies a source file with include= in the coverage constructor, and that file is in the python lib installation directory, then it isn't covered, because the "is stdlib" check kicks in before the "is included" check.
If the user specifies a file to measure, it should be measured, no matter what.
Dave McLain reported this in irc:
If he explicitly specifies a source file with include= in the coverage constructor, and that file is in the python lib installation directory, then it isn't covered, because the "is stdlib" check kicks in before the "is included" check.
If the user specifies a file to measure, it should be measured, no matter what.
The text was updated successfully, but these errors were encountered: