Skip to content

Commit edc871d

Browse files
authored
Merge branch 'main' into feature/enhanced-docstrings
2 parents 5f26a24 + d86ccf0 commit edc871d

File tree

3 files changed

+5
-82
lines changed

3 files changed

+5
-82
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,10 @@ jobs:
6868
run: |
6969
make codespell
7070
71+
- name: Check the documentation coverage
72+
run: |
73+
make interrogate
74+
7175
- name: Check CITATION.cff validity
7276
run: |
7377
cffconvert --validate

.github/workflows/doc-coverage.yml

Lines changed: 0 additions & 82 deletions
This file was deleted.

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ dev =
109109
pytest-sphinx
110110
tables
111111
licenseheaders
112+
interrogate
112113
# TODO(stes) Add back once upstream issue
113114
# https://github.com/PyCQA/docformatter/issues/119
114115
# is resolved.

0 commit comments

Comments
 (0)