File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -37,3 +37,7 @@ case ${CIRCLE_NODE_INDEX} in
37
37
docker run --rm=false -it -v $HOME /examples:/data/examples:ro -v $WORKDIR :/work -w /work nipype/nipype:py35 /usr/bin/run_examples.sh fmri_fsl_reuse Linear /data/examples/ level1_workflow
38
38
;;
39
39
esac
40
+
41
+ cp ${WORKDIR} /tests/* .xml ${CIRCLE_TEST_REPORTS} /tests/
42
+ codecov -f " coverage*.xml" -s " ${WORKDIR} /tests/" -R " ${HOME} /nipype/" -F unittests -e CIRCLE_NODE_INDEX
43
+ codecov -f " smoketest*.xml" -s " ${WORKDIR} /tests/" -R " ${HOME} /nipype/" -F smoketests -e CIRCLE_NODE_INDEX
Original file line number Diff line number Diff line change 50
50
- bash .circle/tests.sh :
51
51
timeout : 7200
52
52
parallel : true
53
- post :
54
- # Place reports in the appropriate folder
55
- - cp ${WORKDIR}/tests/*.xml ${CIRCLE_TEST_REPORTS}/tests/
56
- # Send coverage data to codecov.io
57
- - codecov -f "coverage*.xml" -s "${WORKDIR}/tests/" -R "${HOME}/nipype/" -F unittests --env CIRCLE_NODE_INDEX
58
- - codecov -f "smoketest*.xml" -s "${WORKDIR}/tests/" -R "${HOME}/nipype/" -F smoketests --env CIRCLE_NODE_INDEX
59
53
60
54
general :
61
55
artifacts :
You can’t perform that action at this time.
0 commit comments