Skip to content

Commit a9ca0b8

Browse files
authored
Merge pull request #221 from openml/codecov
Install codecov.io
2 parents 5c4bf4a + e46642f commit a9ca0b8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

ci_scripts/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ source activate testenv
3131

3232
pip install matplotlib jupyter notebook nbconvert nbformat jupyter_client ipython ipykernel
3333
if [[ "$COVERAGE" == "true" ]]; then
34-
pip install coverage coveralls
34+
pip install codecov
3535
fi
3636

3737
python --version

ci_scripts/success.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ if [[ "$COVERAGE" == "true" ]]; then
99
# very reliable but we don't want travis to report a failure
1010
# in the github UI just because the coverage report failed to
1111
# be published.
12-
coveralls || echo "Coveralls upload failed"
12+
codecov || echo "Codecov upload failed"
1313
fi

0 commit comments

Comments
 (0)