From 9f27017719652496cc43f717e04deaa48d118142 Mon Sep 17 00:00:00 2001 From: Eugen C <1533818+armab@users.noreply.github.com> Date: Sun, 22 Oct 2023 13:20:51 +0100 Subject: [PATCH] Experiment: remove coverage from codecov bash script --- scripts/ci/submit-codecov-coverage.sh | 1 - 1 file changed, 1 deletion(-) 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