From 59df02320e593634919fb8cfed6eb042458fbd60 Mon Sep 17 00:00:00 2001 From: Christoph Date: Wed, 21 Aug 2019 15:40:53 +0200 Subject: [PATCH] add codecov token --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6d6fde8..31e2682 100644 --- a/.travis.yml +++ b/.travis.yml @@ -110,7 +110,7 @@ after_success: | # Uncomment the following two lines create and upload a report for codecov.io cargo tarpaulin --out Xml - bash <(curl -s https://codecov.io/bash) + bash <(curl -s https://codecov.io/bash) -t "$CODECOV_TOKEN" fi