Skip to content

Commit 1ca5784

Browse files
committed
Debug
1 parent 874a9d7 commit 1ca5784

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,11 +306,13 @@ jobs:
306306
--cov aiohasupervisor \
307307
-o console_output_style=count \
308308
tests
309+
ls -la
310+
ls -la .coverage
309311
- name: Upload coverage artifact
310312
uses: actions/upload-artifact@v5
311313
with:
312314
name: coverage-${{ matrix.python-version }}
313-
path: .coverage
315+
path: ".coverage"
314316

315317
coverage:
316318
name: Process test coverage

0 commit comments

Comments
 (0)