Skip to content

Commit

Permalink
WIP documentation generation via gh actions
Browse files Browse the repository at this point in the history
Differential Revision: D67157339
  • Loading branch information
Dmytro Korenkevych authored and facebook-github-bot committed Dec 12, 2024
1 parent c9576ed commit 5c5dbc7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ jobs:
pip install pytest
pip install pytest-cov
pip install -e .
pip install pdoc3
- name: Update documentation
run: |
pdoc --html build pearl
- name: Generate coverage report
run: |
pytest --cov=./ --cov-report=xml
Expand Down

0 comments on commit 5c5dbc7

Please sign in to comment.