Pass in CodeCov.io token through CI env var

CodeCov's docs say that a token isn't required for a public repository,
but our uploads have been broken for a few weeks at this point and
passing in the token fixes them...
This commit is contained in:
Alastair Robertson 2023-04-21 05:50:29 -07:00 committed by Alastair Robertson
parent 9755688d1c
commit 5971643101

View File

@ -204,4 +204,4 @@ jobs:
# forever. Delete it for a speedup.
rm -rf extern
./codecov -Z -f coverage.info
./codecov -Z -f coverage.info -t $CODECOV_TOKEN