diff --git a/scripts/ci/submit-codecov-coverage.sh b/scripts/ci/submit-codecov-coverage.sh index 416e5533ae..e5e12da17d 100755 --- a/scripts/ci/submit-codecov-coverage.sh +++ b/scripts/ci/submit-codecov-coverage.sh @@ -20,7 +20,6 @@ if [[ "${USER}" == "runner" || ${TRAVIS_TEST_RESULT} -eq 0 ]]; then # 1. Install codecov dependencies pip install -U pip - pip install coverage pip install codecov-cli>=0.3.2 # 2. Combine coverage report and submit coverage report to codecov.io