From e7ed5e6713526494e002fece6a067e12a8fb3aca Mon Sep 17 00:00:00 2001 From: Diego Barrios Romero Date: Wed, 14 Nov 2018 20:10:51 +0100 Subject: Add commit --- ci/script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/script.sh b/ci/script.sh index 06690ce..df68c11 100644 --- a/ci/script.sh +++ b/ci/script.sh @@ -28,7 +28,7 @@ main() { zip -0 ccov.zip `find . \( -name "ads1x1x*.gc*" -o -name "tier*.gc*" -o -name "mux*.gc*" -o -name "construction*.gc*" -o -name "linux-*.gc*" -o -name "llvmgcov.gc*" \) -print`; grcov ccov.zip -s . -t lcov --llvm --branch --ignore-not-existing --ignore-dir "/*" > lcov.info; bash <(curl -s https://codecov.io/bash) -f lcov.info; - grcov ./target -t coveralls+ -s . --token `$COVERALLS_TOKEN` --llvm --branch --ignore-not-existing --ignore-dir "/*" + grcov ./target -t coveralls+ -s . --token `$COVERALLS_TOKEN` --commit-sha `$TRAVIS_COMMIT` --llvm --branch --ignore-not-existing --ignore-dir "/*" fi fi -- cgit v1.2.3-54-g00ecf