Skip to content

Commit a09fcbe

Browse files
author
Robert Roos
committed
Fixing broken coverage in CI
1 parent 2e42810 commit a09fcbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
poetry install --with dev
4747
- name: Test with pytest
4848
run: |
49-
poetry run pytest --cov=src/ --cov-report=term
49+
poetry run pytest --cov=src/
5050
- name: Upload coverage reports to Codecov
5151
if: matrix.python-version == '3.13' && matrix.os == 'ubuntu-latest'
5252
uses: codecov/codecov-action@v5

0 commit comments

Comments
 (0)