Skip to content

Commit

Permalink
Use CODECOV_TOKEN ENV variable from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
arm4b committed Oct 21, 2023
1 parent 98c3636 commit a61ac51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci/submit-codecov-coverage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
if [[ "${USER}" == "runner" || ${TRAVIS_TEST_RESULT} -eq 0 ]]; then
pip install -U pip
pip install codecov-cli>=0.3.2
codecovcli upload-process -t '5e2b4342-af24-42f9-a95a-e839902f74e8'
codecovcli upload-process -t "${CODECOV_TOKEN}"
exit $?
else
echo "Build has failed, not submitting coverage"
Expand Down

0 comments on commit a61ac51

Please sign in to comment.