Uses docstr-coverage to
check documentation coverage of your project before the analyze step.
Generates docstring coverage report and fails the build if the coverage
is below specified threshold (100 % by default)
The path to the configuration file for docstr-coverage. Default: .docstr.yaml
The minimum coverage percentage (int) that must be achieved.
If the coverage is below this value, the build will fail. If set (not None)
it will take precedence over the value set in the configuration file.