We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61b1fdc commit c2ee228Copy full SHA for c2ee228
.github/workflows/python-package.yml
@@ -42,13 +42,7 @@ jobs:
42
(matrix.python-version == '3.13' || matrix.python-version == '3.14')}}
43
run: |
44
pytest --disable-warnings -p no:warnings test --cov=aspired --cov-report=xml --cov-report=term --cov-config=setup.cfg --cov-branch
45
- # Check if .coverage file exists before copying
46
- if [ -f .coverage ]; then
47
- cp .coverage .coverage.${{ matrix.os }}.${{ matrix.python-version }}
48
- else
49
- echo "Warning: .coverage file not found in $(pwd)"
50
- ls -la
51
- fi
+ ls -la
52
cp .coverage .coverage.${{ matrix.os }}.${{ matrix.python-version }}
53
- name: Upload coverage data
54
uses: actions/upload-artifact@v4
0 commit comments