Skip to content

Commit

Permalink
Remove documentation coverage check
Browse files Browse the repository at this point in the history
  • Loading branch information
rgieseke committed Feb 27, 2024
1 parent 1240a93 commit bf4ccfd
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,20 +40,6 @@ jobs:
black --check pyhector tests setup.py --exclude pyhector/_version.py
isort --check-only --quiet --recursive pyhector tests setup.py
- name: Documentation
run: |
pip install sphinx>=1.8 sphinx_rtd_theme
sphinx-build -M html docs docs/build -qW
sphinx-build -M html docs docs/build -Eqn -b coverage
if [[ -s docs/build/html/index.html ]]
then
echo
echo "Error: Documentation missing:"
echo
cat docs/build/html/python.txt
exit 1
fi
- name: Coverage
env:
MIN_COVERAGE: "75"
Expand Down

0 comments on commit bf4ccfd

Please sign in to comment.