diff options
author | Fredrik Meringdal <fmeringdal@hotmail.com> | 2020-10-24 13:53:51 +0200 |
---|---|---|
committer | Fredrik Meringdal <fmeringdal@hotmail.com> | 2020-10-24 13:53:51 +0200 |
commit | 0f83f4d3f9765dc697b627ad4ca0501ade298ac7 (patch) | |
tree | ac8fe36340284a4a0ffedc94873bf1ba2884f703 | |
parent | 6ae567b655997f0f4321204c143327c21453ad6b (diff) | |
download | rust_rrule-0f83f4d3f9765dc697b627ad4ca0501ade298ac7.zip |
travis ci with code coverage
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 13f0ae2..23d9a0a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,6 +15,6 @@ script: - cargo build --verbose $CARGO_OPTIONS - cargo test --verbose $CARGO_OPTIONS - | - zip -0 ccov.zip `find . \( -name "YOUR_PROJECT_NAME*.gc*" \) -print`; + 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; bash <(curl -s https://codecov.io/bash) -f lcov.info; |