jackmckew/Python Interrogate Check

Customisable GitHub action to use interrogate to check Python docstring coverage in your repository

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Nov 12, 2024
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: jackmckew/python-interrogate-check@122930cf7e046c18fd404cc339ae1936b3ff997b # v0.1.2

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
pathFile or directory to run interrogate on.yes
fail-underFail when coverage % is less than a given amount.no80
ignore-moduleIgnore module-level docstringsnofalse
verboseShow verbose outputnofalse
badge-locationGenerate a `shields.io` status badge (an SVG image) in at a given file or directory.no.
namedescription
outputThe output of interrogate.