Skip to content

Commit

Permalink
Experiment: remove coverage from codecov bash script
Browse files Browse the repository at this point in the history
  • Loading branch information
arm4b authored Oct 22, 2023
1 parent 4536e2f commit 9f27017
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/ci/submit-codecov-coverage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9f27017

Please sign in to comment.