Skip to content

Commit

Permalink
add coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
bmaranville committed Apr 15, 2024
1 parent 1d59fe4 commit c2fb12c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/docs_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ jobs:
shell: bash -l {0}
run: |
python setup.py install
- name: Generate coverage report
shell: bash -l {0}
run: |
python -m pip install coverage
coverage run -m pytest
coverage html -d docs/_build/html/coverage
- name: Running the Sphinx to gh-pages Action
uses: uibcdf/action-sphinx-docs-to-gh-pages@v2.1.0
with:
Expand Down

0 comments on commit c2fb12c

Please sign in to comment.