Skip to content

Commit

Permalink
fix actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mastoffel committed Oct 30, 2024
1 parent a082352 commit e6b46c1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,9 @@ jobs:
- name: Run Tests with Coverage
run: |
poetry run coverage run -m pytest
poetry run coverage xml -o coverage.xml
find . -type f -name "*.pyc" -delete
find . -type d -name "__pycache__" -delete
poetry run coverage xml -i -o coverage.xml
env:
COVERAGE_FILE: ".coverage.${{ matrix.python-version }}"

Expand Down

0 comments on commit e6b46c1

Please sign in to comment.