Show "files skipped due to complete coverage" warning in HTML report · Issue #1163 · nedbat/coveragepy (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

@lufte

Description

@lufte

I ran into this issue where one of the modules I was testing was disappearing from my HTML coverage report when I wrote tests for it. I couldn't figure this out until I ran the plain text summary which had the following warning: "43 files skipped due to complete coverage".

I didn't know this feature existed or that it was activated by default. It would help if that warning appeared in all reporting formats.