diff options
author | Fredrik Meringdal <fmeringdal@hotmail.com> | 2020-10-24 14:01:51 +0200 |
---|---|---|
committer | Fredrik Meringdal <fmeringdal@hotmail.com> | 2020-10-24 14:01:51 +0200 |
commit | 9cc31b8cdccbc81a8b27ca8f3c929ef4601497e2 (patch) | |
tree | dfb83349caae2bab540caf8074ae6ddc11b0301e | |
parent | 0f83f4d3f9765dc697b627ad4ca0501ade298ac7 (diff) | |
download | rust_rrule-9cc31b8cdccbc81a8b27ca8f3c929ef4601497e2.zip |
travis ci with code coverage
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 23d9a0a..94ae24b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,6 +14,9 @@ script: - export RUSTDOCFLAGS="-Cpanic=abort" - cargo build --verbose $CARGO_OPTIONS - cargo test --verbose $CARGO_OPTIONS + - ls -la + - 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; |