We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 208e34a commit 5a904deCopy full SHA for 5a904de
.github/workflows/python-package.yml
@@ -41,7 +41,7 @@ jobs:
41
continue-on-error: ${{ startsWith(matrix.os, 'windows') &&
42
(matrix.python-version == '3.13' || matrix.python-version == '3.14')}}
43
run: |
44
- pytest --disable-warnings -p no:warnings test --cov-append --cov-report=xml --cov-branch
+ pytest --disable-warnings -p no:warnings test --cov=aspired --cov-append --cov-report=xml --cov-branch
45
- name: Upload coverage data
46
uses: actions/upload-artifact@v4
47
with:
0 commit comments