We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cae63b commit 5993af5Copy full SHA for 5993af5
circle.yml
@@ -49,8 +49,8 @@ test:
49
50
post:
51
- 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
+ - bash <(curl -s https://codecov.io/bash) -f "${CIRCLE_TEST_REPORTS}/nose/coverage*.xml" -t ac172a50-8e66-42e5-8822-5373fcf54686 -F unittests
+ - bash <(curl -s https://codecov.io/bash) -f "${CIRCLE_TEST_REPORTS}/nose/smoketest*.xml" -t ac172a50-8e66-42e5-8822-5373fcf54686 -F smoketests
54
55
general:
56
artifacts:
0 commit comments