Skip to content

Commit 8ff0b93

Browse files
committed
place codecov submission in main circle.yml
1 parent 7891e0d commit 8ff0b93

File tree

2 files changed

+2
-15
lines changed

2 files changed

+2
-15
lines changed

.circle/codecov.sh

Lines changed: 0 additions & 14 deletions
This file was deleted.

circle.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ test:
5454
# Place reports in the appropriate folder
5555
- cp ${WORKDIR}/tests/*.xml ${CIRCLE_TEST_REPORTS}/tests/
5656
# Send coverage data to codecov.io
57-
- bash .circle/codecov.sh
57+
- ${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
5859

5960
general:
6061
artifacts:

0 commit comments

Comments
 (0)