File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ dependencies:
7
7
- " ~/docker"
8
8
- " ~/examples"
9
9
- " ~/.apt-cache"
10
- - " ~/scratch"
11
10
12
11
pre :
13
12
# Let CircleCI cache the apt archive
51
50
52
51
post :
53
52
- bash docker/circleci/teardown.sh
54
- - bash <(curl -s https://codecov.io/bash) -f ~/scratch/ nosetest*.xml -t ac172a50-8e66-42e5-8822-5373fcf54686 -cF unittests
55
- - bash <(curl -s https://codecov.io/bash) -f ~/scratch/ smoketest*.xml -t ac172a50-8e66-42e5-8822-5373fcf54686 -cF smoketests
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
56
55
57
56
general :
58
57
artifacts :
Original file line number Diff line number Diff line change 8
8
9
9
mkdir -p ${CIRCLE_TEST_REPORTS} /nose
10
10
xunitmerge ~ /scratch/nosetests* .xml ~ /scratch/smoketest* .xml ${CIRCLE_TEST_REPORTS} /nose/${CIRCLE_PROJECT_REPONAME} .xml
11
- sudo mv ~ /scratch/coverage * .xml ~ /
11
+ sudo mv ~ /scratch/* .xml ~ /
12
12
mkdir -p ~ /docs
13
13
sudo mv ~ /scratch/docs/* ~ /docs/
14
14
mkdir -p ~ /logs
You can’t perform that action at this time.
0 commit comments