Skip to content

Commit

Permalink
Install pip coverage for codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
arm4b committed Oct 21, 2023
1 parent a61ac51 commit a2df958
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/ci/submit-codecov-coverage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
# If we're on Travis, then we need to manually check that the build succeeded.
if [[ "${USER}" == "runner" || ${TRAVIS_TEST_RESULT} -eq 0 ]]; then
pip install -U pip
pip install coverage
pip install codecov-cli>=0.3.2
codecovcli upload-process -t "${CODECOV_TOKEN}"
exit $?
Expand Down

0 comments on commit a2df958

Please sign in to comment.