Skip to content

Commit

Permalink
Run catmux_create_session during test
Browse files Browse the repository at this point in the history
This is currently not tested, as it lives in an executable script rather than inside the package modules.
  • Loading branch information
fmauch committed Aug 4, 2023
1 parent 74a1ec9 commit afa3361
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ jobs:
- name: Test with pytest
run: |
pytest --cov=catmux --cov-report=xml .
- name: Run example
run: |
catmux_create_session -d catmux/resources/example_session.yaml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2
with:
Expand Down

0 comments on commit afa3361

Please sign in to comment.