File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 69
69
- name : Upload coverage data
70
70
uses : actions/upload-artifact@v4
71
71
with :
72
- name : coverage-data
72
+ name : coverage-data-${{ matrix.py }}-${{ matrix.os }}-${{ matrix.arch }}-mysql
73
73
path : " .coverage.*"
74
74
75
75
postgres :
@@ -147,7 +147,7 @@ jobs:
147
147
- name : Upload coverage data
148
148
uses : actions/upload-artifact@v4
149
149
with :
150
- name : coverage-data
150
+ name : coverage-data-${{ matrix.py }}-${{ matrix.os }}-${{ matrix.arch }}-postgres
151
151
path : " .coverage.*"
152
152
153
153
sqlite :
@@ -195,7 +195,7 @@ jobs:
195
195
- name : Upload coverage data
196
196
uses : actions/upload-artifact@v4
197
197
with :
198
- name : coverage-data
198
+ name : coverage-data-${{ matrix.py }}-${{ matrix.os }}-${{ matrix.arch }}-sqlite
199
199
path : " .coverage.*"
200
200
201
201
coverage :
@@ -214,7 +214,8 @@ jobs:
214
214
- name : Download coverage data.
215
215
uses : actions/download-artifact@v4
216
216
with :
217
- name : coverage-data
217
+ pattern : coverage-data-*
218
+ merge-multiple : true
218
219
219
220
- name : Combine coverage & check percentage
220
221
run : |
You can’t perform that action at this time.
0 commit comments