Skip to content

Commit 06ea838

Browse files
committed
Fix upload coverage data
1 parent e386bc0 commit 06ea838

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/tests.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,10 @@ jobs:
8282
uses: "actions/upload-artifact@v4"
8383
with:
8484
name: coverage-data-${{ matrix.python }}-${{ matrix.os }}
85-
path: ".coverage.*"
85+
path: ".coverage/*"
86+
87+
- name: list files
88+
run: ls .coverage
8689

8790
- name: Upload documentation
8891
if: matrix.session == 'docs-build'

0 commit comments

Comments
 (0)