econchick / interrogate

Explain yourself! Interrogate a codebase for docstring coverage.
https://interrogate.readthedocs.io
MIT License
574 stars 44 forks source link

Add `--omit-covered-files` (and some cleanup) #88

Closed econchick closed 3 years ago

econchick commented 3 years ago

Description

Adds --omit-covered-files flag to avoid reporting files that are 100% covered within the summary and detailed output.

Plus a bunch of commits for some housekeeping.

Motivation and Context

Addresses #85

Have you tested this? If so, how?

I have included functional tests.

Checklist for PR author(s)

Release note

Add --omit-covered-files flag to skip reporting fully-covered files