Skip to content

Commit 194e560

Browse files
committed
use pytest directly wothout coverage
1 parent 421d960 commit 194e560

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
continue-on-error: ${{ startsWith(matrix.os, 'windows') &&
4242
(matrix.python-version == '3.13' || matrix.python-version == '3.14')}}
4343
run: |
44-
coverage run -m pytest --disable-warnings -p no:warnings test --cov=aspired --cov-append --cov-report=xml
44+
pytest --disable-warnings -p no:warnings test --cov=aspired --cov-append --cov-report=xml
4545
- name: Upload coverage data
4646
uses: actions/upload-artifact@v4
4747
with:

0 commit comments

Comments
 (0)