diff --git a/.github/workflows/coverage.yaml b/.github/workflows/coverage.yaml index 992a90d..71294b5 100644 --- a/.github/workflows/coverage.yaml +++ b/.github/workflows/coverage.yaml @@ -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