We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5f26a24 + d86ccf0 commit edc871dCopy full SHA for edc871d
.github/workflows/build.yml
@@ -68,6 +68,10 @@ jobs:
68
run: |
69
make codespell
70
71
+ - name: Check the documentation coverage
72
+ run: |
73
+ make interrogate
74
+
75
- name: Check CITATION.cff validity
76
77
cffconvert --validate
.github/workflows/doc-coverage.yml
setup.cfg
@@ -109,6 +109,7 @@ dev =
109
pytest-sphinx
110
tables
111
licenseheaders
112
+ interrogate
113
# TODO(stes) Add back once upstream issue
114
# https://github.com/PyCQA/docformatter/issues/119
115
# is resolved.
0 commit comments