add codecov token

embedded-hal-1.0
Christoph 2019-08-21 15:40:53 +02:00
parent 8b1cacc48c
commit 59df02320e
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ after_success: |
# Uncomment the following two lines create and upload a report for codecov.io # Uncomment the following two lines create and upload a report for codecov.io
cargo tarpaulin --out Xml cargo tarpaulin --out Xml
bash <(curl -s https://codecov.io/bash) bash <(curl -s https://codecov.io/bash) -t "$CODECOV_TOKEN"
fi fi