diff options
author | Diego Barrios Romero <eldruin@gmail.com> | 2018-11-14 20:04:17 +0100 |
---|---|---|
committer | Diego Barrios Romero <eldruin@gmail.com> | 2018-11-14 20:04:17 +0100 |
commit | 0c842be293a0a7e10ed290aa137619065b8efed7 (patch) | |
tree | 1a0e44f50098cada9b8a03dd6c8a1929cb287709 | |
parent | aec7dd11395c72d55b361c10fd381a536567eaf7 (diff) | |
download | ads1x1x-async-0c842be293a0a7e10ed290aa137619065b8efed7.tar.gz ads1x1x-async-0c842be293a0a7e10ed290aa137619065b8efed7.tar.xz ads1x1x-async-0c842be293a0a7e10ed290aa137619065b8efed7.zip |
post to coveralls as well
-rw-r--r-- | ci/script.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/script.sh b/ci/script.sh index fcd37cb..4b363f2 100644 --- a/ci/script.sh +++ b/ci/script.sh @@ -28,6 +28,7 @@ main() { zip -0 ccov.zip `find . \( -name "ads1x1x*.gc*" -o -name "tier*.gc*" -name "mux*.gc*" -name "construction*.gc*" -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 "/*" fi fi |