Skip to content

Commit a7a3729

Browse files
committed
MAINT: add codecov for coverage report
Scipy, Pandas, scikit-image use codecov. Use codecov as well as our current coveralls reporting.
1 parent 7b78dec commit a7a3729

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ before_install:
9191
- if [ "${COVERAGE}" == "1" ]; then
9292
pip install coverage;
9393
pip install coveralls;
94+
pip install codecov;
9495
fi
9596
# command to install dependencies
9697
install:
@@ -135,7 +136,7 @@ script:
135136
fi
136137
fi
137138
after_success:
138-
- if [ "${COVERAGE}" == "1" ]; then coveralls; fi
139+
- if [ "${COVERAGE}" == "1" ]; then coveralls; codecov; fi
139140

140141
notifications:
141142
webhooks: http://nipy.bic.berkeley.edu:54856/travis

0 commit comments

Comments
 (0)