Skip to content

Commit b427056

Browse files
committed
more debug
1 parent 1ca5784 commit b427056

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,12 +307,15 @@ jobs:
307307
-o console_output_style=count \
308308
tests
309309
ls -la
310+
echo "And within"
310311
ls -la .coverage
312+
echo "And within within"
313+
ls -la .coverage/.coverage
311314
- name: Upload coverage artifact
312315
uses: actions/upload-artifact@v5
313316
with:
314317
name: coverage-${{ matrix.python-version }}
315-
path: ".coverage"
318+
path: ".coverage/.coverage"
316319

317320
coverage:
318321
name: Process test coverage

0 commit comments

Comments
 (0)