File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -174,6 +174,7 @@ jobs:
174
174
command : bash -ux /home/circleci/nipype/.circleci/test_py2_pytest.sh
175
175
- run : *_run_codecov_coverage
176
176
- store_artifacts : *store_artifacts_kwds
177
+ - store_test_results : *store_artifacts_kwds
177
178
178
179
test_py3_fmri_fsl_spm :
179
180
machine : *machine_kwds
@@ -212,6 +213,7 @@ jobs:
212
213
command : bash -ux /home/circleci/nipype/.circleci/test_py3_fmri_spm_linear_4d.sh
213
214
- run : *_run_codecov_smoke
214
215
- store_artifacts : *store_artifacts_kwds
216
+ - store_test_results : *store_artifacts_kwds
215
217
216
218
test_py3_fmri_spm_dartel_multiproc :
217
219
machine : *machine_kwds
@@ -240,6 +242,7 @@ jobs:
240
242
command : bash -ux /home/circleci/nipype/.circleci/test_py3_fmri_spm_dartel_multiproc_l2.sh
241
243
- run : *_run_codecov_smoke
242
244
- store_artifacts : *store_artifacts_kwds
245
+ - store_test_results : *store_artifacts_kwds
243
246
244
247
test_fmri_spm_nested_multiproc :
245
248
machine : *machine_kwds
@@ -269,6 +272,7 @@ jobs:
269
272
command : bash -ux /home/circleci/nipype/.circleci/test_py2_fmri_spm_nested_multiproc_l2.sh
270
273
- run : *_run_codecov_smoke
271
274
- store_artifacts : *store_artifacts_kwds
275
+ - store_test_results : *store_artifacts_kwds
272
276
- run :
273
277
name : Build docs (py36)
274
278
no_output_timeout : 30m
You can’t perform that action at this time.
0 commit comments