File tree Expand file tree Collapse file tree 2 files changed +3
-10
lines changed Expand file tree Collapse file tree 2 files changed +3
-10
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,6 @@ dependencies:
25
25
timeout : 1600
26
26
- mkdir -p ~/docker; docker save nipype/nipype_test:py27 > ~/docker/image.tar :
27
27
timeout : 1600
28
- - pip install xunitmerge
29
28
30
29
test :
31
30
override :
@@ -50,15 +49,10 @@ test:
50
49
51
50
post :
52
51
- bash docker/circleci/teardown.sh
53
- - bash <(curl -s https://codecov.io/bash) -f ~/nosetest *.xml -t ac172a50-8e66-42e5-8822-5373fcf54686 -cF unittests
54
- - bash <(curl -s https://codecov.io/bash) -f ~/ smoketest*.xml -t ac172a50-8e66-42e5-8822-5373fcf54686 -cF smoketests
52
+ - bash <(curl -s https://codecov.io/bash) -f ${CIRCLE_TEST_REPORTS}/nose/coverage *.xml -t ac172a50-8e66-42e5-8822-5373fcf54686 -F unittests
53
+ - bash <(curl -s https://codecov.io/bash) -f ${CIRCLE_TEST_REPORTS}/nose/ smoketest*.xml -t ac172a50-8e66-42e5-8822-5373fcf54686 -F smoketests
55
54
56
55
general :
57
56
artifacts :
58
57
- " ~/docs"
59
58
- " ~/logs"
60
- - " ~/coverage_py27.xml"
61
- - " ~/coverage_py35.xml"
62
- - " ~/nosetests_py27.xml"
63
- - " ~/nosetests_py35.xml"
64
- - " ~/scratch"
Original file line number Diff line number Diff line change 7
7
set -e
8
8
9
9
mkdir -p ${CIRCLE_TEST_REPORTS} /nose
10
- xunitmerge ~ /scratch/nosetests* .xml ~ /scratch/smoketest* .xml ${CIRCLE_TEST_REPORTS} /nose/${CIRCLE_PROJECT_REPONAME} .xml
11
- sudo mv ~ /scratch/* .xml ~ /
10
+ sudo mv ~ /scratch/* .xml ${CIRCLE_TEST_REPORTS} /nose
12
11
mkdir -p ~ /docs
13
12
sudo mv ~ /scratch/docs/* ~ /docs/
14
13
mkdir -p ~ /logs
You can’t perform that action at this time.
0 commit comments