Skip to content

Commit

Permalink
updated coverage workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Eastwood authored and Martin Eastwood committed Dec 12, 2024
1 parent de2d128 commit 2cd1260
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
run: |
pip install pytest pytest-cov
pip install -e .[dev]
- name: Run Python setup
run: python -c "import penaltyblog as pb; pb.install_stan()"
- name: Run tests with coverage
run: pytest --cov --cov-report=xml
- name: Upload coverage reports to Codecov
Expand Down

0 comments on commit 2cd1260

Please sign in to comment.