Skip to content

Commit

Permalink
update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mastoffel committed Oct 30, 2024
1 parent e5477c2 commit 0297214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Run Tests with Coverage
run: |
poetry run --source=. --omit="/tmp/*,*/site-packages/*" coverage run -m pytest
poetry run coverage run -m pytest
poetry run coverage xml -o coverage.xml
env:
COVERAGE_FILE: ".coverage.${{ matrix.python-version }}"
Expand Down

0 comments on commit 0297214

Please sign in to comment.