Skip to content

Commit a92ee53

Browse files
committed
add flags
1 parent cd4b4b2 commit a92ee53

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ install:
4343
script:
4444
- python -W once:FSL:UserWarning:nipype `which nosetests` --with-doctest --with-doctest-ignore-unicode --with-cov --cover-package nipype --logging-level=DEBUG --verbosity=3
4545
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
4747
deploy:
4848
provider: pypi
4949
user: satra

circle.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ test:
5151

5252
post:
5353
- 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
5556

5657
general:
5758
artifacts:

0 commit comments

Comments
 (0)