actions-marketplace-validations/docstr-coverage

Run the docstr-coverage python package

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
source_dirPath to source root in repoyes
fail_underFail if under a certain percentage of coverage (default: 100.0)100
skip_magicIgnore all magic methods (except __init__)true
skip_initIgnore all __init__ methodstrue
skip_file_docIgnore module docstrings (at the top of files)true
skip_privateIgnore private functions (starting with a single underscore)true
skip_class_defIgnore docstrings of class definitionstrue
accept_emptyExit with code 0 if no Python files are found (default: exit code 1)false
docstr_ignore_fileFilepath containing list of patterns to ignore. Patterns are (file-pattern, name-pattern) pairs""
excludeFilepath pattern to exclude from analysis""
verboseSet verbosity level (0-3, default: 3)3
badgeGenerate a docstring coverage percent badge as an SVG saved to a given filepathfalse
follow_linksFollow symlinksfalse
percentage_onlyOutput only the overall coverage percentage as a float, silencing all other loggingfalse
namedescription
outputContains the docstr coverage percentage of the provided source dir