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.
1 parent 1127432 commit d86ccf0Copy full SHA for d86ccf0
.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
@@ -106,6 +106,7 @@ dev =
106
pytest-sphinx
107
tables
108
licenseheaders
109
+ interrogate
110
# TODO(stes) Add back once upstream issue
111
# https://github.com/PyCQA/docformatter/issues/119
112
# is resolved.
0 commit comments