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 98392ce commit a082352
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
7 changes: 0 additions & 7 deletions .coveragerc

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ jobs:
- name: Run Tests with Coverage
run: |
poetry run coverage run --rcfile=.coveragerc -m pytest
poetry run coverage xml -i -o coverage.xml
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 a082352

Please sign in to comment.