mirror of
https://github.com/JakeHillion/object-introspection.git
synced 2024-11-09 21:24:14 +00:00
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:
parent
9755688d1c
commit
5971643101
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user