Skip to content

Commit 5993af5

Browse files
committed
fixed codecov pattern
1 parent 7cae63b commit 5993af5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
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 "${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
5454

5555
general:
5656
artifacts:

0 commit comments

Comments
 (0)