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 6969 - name : Upload coverage data
7070 uses : actions/upload-artifact@v4
7171 with :
72- name : coverage-data
72+ name : coverage-data-${{ matrix.py }}-${{ matrix.os }}-${{ matrix.arch }}-mysql
7373 path : " .coverage.*"
7474
7575 postgres :
@@ -147,7 +147,7 @@ jobs:
147147 - name : Upload coverage data
148148 uses : actions/upload-artifact@v4
149149 with :
150- name : coverage-data
150+ name : coverage-data-${{ matrix.py }}-${{ matrix.os }}-${{ matrix.arch }}-postgres
151151 path : " .coverage.*"
152152
153153 sqlite :
@@ -195,7 +195,7 @@ jobs:
195195 - name : Upload coverage data
196196 uses : actions/upload-artifact@v4
197197 with :
198- name : coverage-data
198+ name : coverage-data-${{ matrix.py }}-${{ matrix.os }}-${{ matrix.arch }}-sqlite
199199 path : " .coverage.*"
200200
201201 coverage :
@@ -214,7 +214,8 @@ jobs:
214214 - name : Download coverage data.
215215 uses : actions/download-artifact@v4
216216 with :
217- name : coverage-data
217+ pattern : coverage-data-*
218+ merge-multiple : true
218219
219220 - name : Combine coverage & check percentage
220221 run : |
You can’t perform that action at this time.
0 commit comments