mirror of
https://github.com/neovim/neovim.git
synced 2025-12-11 17:12:40 +00:00
ci: Remove coveralls coverage reporting
This commit is contained in:
@@ -4,6 +4,5 @@ set -e
|
|||||||
set -o pipefail
|
set -o pipefail
|
||||||
|
|
||||||
if [[ -n "${GCOV}" ]]; then
|
if [[ -n "${GCOV}" ]]; then
|
||||||
coveralls --gcov "$(which "${GCOV}")" --encoding iso-8859-1 || echo 'coveralls upload failed.'
|
|
||||||
bash <(curl -s https://codecov.io/bash) || echo 'codecov upload failed.'
|
bash <(curl -s https://codecov.io/bash) || echo 'codecov upload failed.'
|
||||||
fi
|
fi
|
||||||
|
|||||||
@@ -13,8 +13,8 @@ if [[ "${TRAVIS_OS_NAME}" == osx ]]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Use default CC to avoid compilation problems when installing Python modules.
|
# Use default CC to avoid compilation problems when installing Python modules.
|
||||||
echo "Install neovim module and coveralls for Python 2."
|
echo "Install neovim module for Python 2."
|
||||||
CC=cc pip2.7 -q install --user --upgrade neovim cpp-coveralls
|
CC=cc pip2.7 -q install --user --upgrade neovim
|
||||||
|
|
||||||
echo "Install neovim module for Python 3."
|
echo "Install neovim module for Python 3."
|
||||||
# Allow failure. pyenv pip3 on travis is broken:
|
# Allow failure. pyenv pip3 on travis is broken:
|
||||||
|
|||||||
Reference in New Issue
Block a user