diff options
author | Fredrik Meringdal <fmeringdal@hotmail.com> | 2020-10-24 14:09:23 +0200 |
---|---|---|
committer | Fredrik Meringdal <fmeringdal@hotmail.com> | 2020-10-24 14:09:23 +0200 |
commit | 03b894a05be5645d0ee384523db224c2eb0e3bcf (patch) | |
tree | db1384c3b74e91a063176ebe3dc7b58c2af24170 | |
parent | 9cc31b8cdccbc81a8b27ca8f3c929ef4601497e2 (diff) | |
download | rust_rrule-03b894a05be5645d0ee384523db224c2eb0e3bcf.zip |
travis ci with code coverage
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 94ae24b..94e31c9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,6 +18,5 @@ script: - echo "sup" - ls -la target/debug - | - zip -0 ccov.zip `find . \( -name rust_rrule.gc*" \) -print`; - ./grcov ccov.zip -s . -t lcov --llvm --branch --ignore-not-existing --ignore "/*" -o lcov.info; + ./grcov ./target/debug -s . -t lcov --llvm --branch --ignore-not-existing --ignore "/*" -o lcov.info; bash <(curl -s https://codecov.io/bash) -f lcov.info; |