Skip to content

Commit c2ee228

Browse files
committed
try again
1 parent 61b1fdc commit c2ee228

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,7 @@ jobs:
4242
(matrix.python-version == '3.13' || matrix.python-version == '3.14')}}
4343
run: |
4444
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
45+
ls -la
5246
cp .coverage .coverage.${{ matrix.os }}.${{ matrix.python-version }}
5347
- name: Upload coverage data
5448
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)