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 f85dd1f commit 30ab0e1Copy full SHA for 30ab0e1
circle.yml
@@ -54,8 +54,8 @@ test:
54
# Place reports in the appropriate folder
55
- cp ${WORKDIR}/tests/*.xml ${CIRCLE_TEST_REPORTS}/tests/
56
# Send coverage data to codecov.io
57
- - codecov -f "coverage*.xml" -s "${WORKDIR}/tests/" -R "${HOME}/nipype/" -F unittests -v -K
58
- - codecov -f "smoketest*.xml" -s "${WORKDIR}/tests/" -R "${HOME}/nipype/" -F smoketests -v -K
+ - codecov -f "coverage*.xml" -s "${WORKDIR}/tests/" -R "${HOME}/nipype/" -F unittests --env CIRCLE_NODE_INDEX
+ - codecov -f "smoketest*.xml" -s "${WORKDIR}/tests/" -R "${HOME}/nipype/" -F smoketests --env CIRCLE_NODE_INDEX
59
60
general:
61
artifacts:
0 commit comments