Skip to content

Commit a64ce0a

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tests.yml

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

8788
- name: Upload documentation
8889
if: matrix.session == 'docs-build'

0 commit comments

Comments
 (0)