Skip to content

Commit

Permalink
Revert "Use coveragepy for generating coverage"
Browse files Browse the repository at this point in the history
This reverts commit 7c00329.
  • Loading branch information
fmauch committed May 22, 2024
1 parent 7c00329 commit a252afd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,11 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pytest-cov codecov coverage
pip install pytest-cov codecov
pip install .[test]
- name: Test with pytest
run: |
coverage run --source=src -m pytest && coverage report
coverage xml -o coverage.xml
pytest --cov=catmux --cov-report=xml .
- name: Run example
run: |
catmux_create_session -d catmux/resources/example_session.yaml
Expand Down

0 comments on commit a252afd

Please sign in to comment.