summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2017-05-27 06:41:02 -0400
committerJeffrey Walton <noloader@gmail.com>2017-05-27 06:41:02 -0400
commit0885ce2bcc52f1db626e924ee055d78f32281e04 (patch)
treed0e8dacc81047daee51676d02f118c1579bc7d29 /.travis.yml
parentea3ea9deb5a178c5746df44f6c1ccd4652984135 (diff)
downloadcryptopp-git-0885ce2bcc52f1db626e924ee055d78f32281e04.tar.gz
Attempt to add Code Coverage report (Take 5)
This should be interesting...
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
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: