Skip to content

Commit 52afdc9

Browse files
committed
One more try before I give up
1 parent 07b1155 commit 52afdc9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/test_code.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,13 @@ jobs:
4747
4848
- name: Debug step
4949
run: |
50-
echo '====='
5150
pwd
51+
echo '====='
5252
ls .coverage*
53-
cp .coverage.* /tmp/
5453
5554
- name: Upload coverage
5655
if: always()
5756
uses: actions/upload-artifact@v4
5857
with:
5958
name: coverage-test-code-${{ matrix.os }}-${{ matrix.python_version }}
60-
path: /tmp/.coverage.*
59+
path: .coverage*

0 commit comments

Comments
 (0)