add codecov token
parent
8b1cacc48c
commit
59df02320e
|
|
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue