diff options
Diffstat (limited to '.travis.yml')
-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; |