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
3737 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
3838 ;;
3939esac
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 5050 - bash .circle/tests.sh :
5151 timeout : 7200
5252 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
5953
6054general :
6155 artifacts :
You can’t perform that action at this time.
0 commit comments