From 0885ce2bcc52f1db626e924ee055d78f32281e04 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Sat, 27 May 2017 06:41:02 -0400 Subject: [PATCH] Attempt to add Code Coverage report (Take 5) This should be interesting... --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 41a1899f..1bab130a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -45,7 +45,7 @@ script: - make "$BUILD_MODE" && ./cryptest.exe v && ./cryptest.exe tv all after_success: - - if [[ ( ("$BUILD_MODE" = "coverage") && ("$CC" = "gcc") ) ]]; then bash <(curl -s https://codecov.io/bash); fi; + - if [[ ( ("$BUILD_MODE" = "coverage") && ("$CC" = "gcc") ) ]]; then CODECOV_TOKEN="5c7bc59c-e95f-4594-82c3-33e7a1942592" bash <(curl -s https://codecov.io/bash); fi; # whitelist branches to avoid testing feature branches twice branches: