Skip to content

Commit 094e6d2

Browse files
committed
Merge pull request #431 from matthew-brett/master
MAINT: add codecov for coverage report Add codecov code coverage tool.
2 parents 0dc6403 + a7a3729 commit 094e6d2

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
@@ -95,6 +95,7 @@ before_install:
9595
- if [ "${COVERAGE}" == "1" ]; then
9696
pip install coverage;
9797
pip install coveralls;
98+
pip install codecov;
9899
fi
99100
# command to install dependencies
100101
install:
@@ -139,7 +140,7 @@ script:
139140
fi
140141
fi
141142
after_success:
142-
- if [ "${COVERAGE}" == "1" ]; then coveralls; fi
143+
- if [ "${COVERAGE}" == "1" ]; then coveralls; codecov; fi
143144

144145
notifications:
145146
webhooks: http://nipy.bic.berkeley.edu:54856/travis

0 commit comments

Comments
 (0)