summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDiego Barrios Romero <eldruin@gmail.com>2018-11-14 20:04:07 +0100
committerDiego Barrios Romero <eldruin@gmail.com>2018-11-14 20:04:07 +0100
commitaec7dd11395c72d55b361c10fd381a536567eaf7 (patch)
treeaac50c8f668a8c694b9e3c442e56bdee9b11246d
parent1251abd4739cf3e91443201e51c43864c0c50138 (diff)
downloadads1x1x-async-aec7dd11395c72d55b361c10fd381a536567eaf7.tar.gz
ads1x1x-async-aec7dd11395c72d55b361c10fd381a536567eaf7.tar.xz
ads1x1x-async-aec7dd11395c72d55b361c10fd381a536567eaf7.zip
Add all test modules
-rw-r--r--ci/script.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/script.sh b/ci/script.sh
index 5211507..fcd37cb 100644
--- a/ci/script.sh
+++ b/ci/script.sh
@@ -25,7 +25,7 @@ main() {
cargo test --target $TARGET $FEATURES
if [ ! -z $COVERAGE ]; then
find . -name "*.gc*" -print
- zip -0 ccov.zip `find . \( -name "ads1x1x*.gc*" -o -name "llvmgcov.gc*" \) -print`;
+ 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;
fi