Skip to content

Commit c2ca37b

Browse files
committed
Fix upload coverage data
1 parent e386bc0 commit c2ca37b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
uses: "actions/upload-artifact@v4"
8383
with:
8484
name: coverage-data-${{ matrix.python }}-${{ matrix.os }}
85-
path: ".coverage.*"
85+
path: ".coverage/*"
8686

8787
- name: Upload documentation
8888
if: matrix.session == 'docs-build'

0 commit comments

Comments
 (0)