We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c4bf4a commit e46642fCopy full SHA for e46642f
2 files changed
ci_scripts/install.sh
@@ -31,7 +31,7 @@ source activate testenv
31
32
pip install matplotlib jupyter notebook nbconvert nbformat jupyter_client ipython ipykernel
33
if [[ "$COVERAGE" == "true" ]]; then
34
- pip install coverage coveralls
+ pip install codecov
35
fi
36
37
python --version
ci_scripts/success.sh
@@ -9,5 +9,5 @@ if [[ "$COVERAGE" == "true" ]]; then
9
# very reliable but we don't want travis to report a failure
10
# in the github UI just because the coverage report failed to
11
# be published.
12
- coveralls || echo "Coveralls upload failed"
+ codecov || echo "Codecov upload failed"
13
0 commit comments