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 7891e0d commit 8ff0b93Copy full SHA for 8ff0b93
.circle/codecov.sh
circle.yml
@@ -54,7 +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
- - bash .circle/codecov.sh
+ - ${HOME}/bin/codecov -f "coverage*.xml" -s "${WORKDIR}/tests/" -R "${HOME}/nipype/" -F unittests -v -K
58
+ - ${HOME}/bin/codecov -f "smoketest*.xml" -s "${WORKDIR}/tests/" -R "${HOME}/nipype/" -F smoketests -v -K
59
60
general:
61
artifacts:
0 commit comments