Skip to content

Commit e6c82bc

Browse files
committed
asteriks cleanup
1 parent 6a169ed commit e6c82bc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

circle.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ test:
4949

5050
post:
5151
- bash docker/circleci/teardown.sh
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
52+
- bash <(curl -s https://codecov.io/bash) -f "/home/ubuntu/scratch/coverage*.xml" -t ac172a50-8e66-42e5-8822-5373fcf54686 -F unittests
53+
- bash <(curl -s https://codecov.io/bash) -f "/home/ubuntu/scratch/smoketest*.xml" -t ac172a50-8e66-42e5-8822-5373fcf54686 -F smoketests
5454

5555
general:
5656
artifacts:

docker/circleci/teardown.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ set -u
77
set -e
88

99
mkdir -p ${CIRCLE_TEST_REPORTS}/nose
10-
sudo mv ~/scratch/*.xml ${CIRCLE_TEST_REPORTS}/nose
10+
sudo cp ~/scratch/*.xml ${CIRCLE_TEST_REPORTS}/nose
1111
mkdir -p ~/docs
1212
sudo mv ~/scratch/docs/* ~/docs/
1313
mkdir -p ~/logs

0 commit comments

Comments
 (0)