Skip to content

Commit

Permalink
write coverage report (fix CI badge generation)
Browse files Browse the repository at this point in the history
  • Loading branch information
slobentanzer committed Jan 30, 2025
1 parent 0d4b434 commit c8c4da5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@ jobs:
run: poetry install --all-extras

- name: Run tests and generate coverage report
run: poetry run coverage run -m pytest test --ignore=./volumes
run: |
poetry run coverage run -m pytest test --ignore=./volumes
poetry run coverage report
poetry run coverage xml
shell: bash

- name: Generate coverage badge
Expand Down

0 comments on commit c8c4da5

Please sign in to comment.