File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ install:
43
43
script :
44
44
- python -W once:FSL:UserWarning:nipype `which nosetests` --with-doctest --with-doctest-ignore-unicode --with-cov --cover-package nipype --logging-level=DEBUG --verbosity=3
45
45
after_success :
46
- - bash <(curl -s https://codecov.io/bash)
46
+ - bash <(curl -s https://codecov.io/bash) -t ac172a50-8e66-42e5-8822-5373fcf54686 -cF unittests
47
47
deploy :
48
48
provider : pypi
49
49
user : satra
Original file line number Diff line number Diff line change 51
51
52
52
post :
53
53
- bash docker/circleci/teardown.sh
54
- - bash <(curl -s https://codecov.io/bash) -f ${CIRCLE_TEST_REPORTS}/nose/${CIRCLE_PROJECT_REPONAME}.xml -t ac172a50-8e66-42e5-8822-5373fcf54686
54
+ - bash <(curl -s https://codecov.io/bash) -f ~/scratch/nosetest*.xml -t ac172a50-8e66-42e5-8822-5373fcf54686 -cF unittests
55
+ - bash <(curl -s https://codecov.io/bash) -f ~/scratch/smoketest*.xml -t ac172a50-8e66-42e5-8822-5373fcf54686 -cF smoketests
55
56
56
57
general :
57
58
artifacts :
You can’t perform that action at this time.
0 commit comments