Skip to content

Commit 3d232c6

Browse files
authored
Update test.yml
1 parent c8e2abc commit 3d232c6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,9 @@ jobs:
6464
needs: tests
6565
steps:
6666
- uses: actions/upload-artifact@v4
67+
with:
68+
path: coverage.*
69+
merge-multiple: true
6770
- name: Generate coverage report
6871
run: |
6972
coverage combine

0 commit comments

Comments
 (0)