Skip to content

Commit 073595e

Browse files
Fix coverage uploads
1 parent b7eeccb commit 073595e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/tests.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ jobs:
7979
uses: actions/upload-artifact@v4.4.0
8080
with:
8181
name: coverage-${{ matrix.python-version }}
82+
include-hidden-files: true
8283
path: .coverage
8384

8485
coverage:
@@ -165,6 +166,7 @@ jobs:
165166
name:
166167
benchmark-${{ runner.os }}-${{ matrix.python-version }}_${{
167168
steps.artifact-name-suffix.outputs.datetime }}
169+
include-hidden-files: true
168170
path: .benchmarks/
169171

170172
tests-windows:

0 commit comments

Comments
 (0)