summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorFredrik Meringdal <fmeringdal@hotmail.com>2020-10-24 13:53:51 +0200
committerFredrik Meringdal <fmeringdal@hotmail.com>2020-10-24 13:53:51 +0200
commit0f83f4d3f9765dc697b627ad4ca0501ade298ac7 (patch)
treeac8fe36340284a4a0ffedc94873bf1ba2884f703 /.travis.yml
parent6ae567b655997f0f4321204c143327c21453ad6b (diff)
downloadrust_rrule-0f83f4d3f9765dc697b627ad4ca0501ade298ac7.zip
travis ci with code coverage
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
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;