Skip to content

Commit

Permalink
WIP documentation generation via gh actions (#107)
Browse files Browse the repository at this point in the history
Summary: Pull Request resolved: #107

Differential Revision: D67157339
  • Loading branch information
Dmytro Korenkevych authored and facebook-github-bot committed Dec 12, 2024
1 parent c9576ed commit a1a5e58
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@ jobs:
python-version: 3.9
- name: Install dependencies
run: |
pip install pytest
pip install pytest-cov
pip install -e .
pip install pdoc3
- name: Update documentation
run: |
pdoc -o ./html pearl
- name: Generate coverage report
run: |
pytest --cov=./ --cov-report=xml
Expand Down

0 comments on commit a1a5e58

Please sign in to comment.