From 42ee1773cb7bc228ae295f42debf0bdce78a7e6a Mon Sep 17 00:00:00 2001 From: Chris Date: Tue, 15 Jan 2019 11:21:27 +0100 Subject: [PATCH] ci: fix codecov dir name --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0b92359..9f71232 100644 --- a/.travis.yml +++ b/.travis.yml @@ -136,7 +136,7 @@ after_success: | make install DESTDIR=../../kcov-build && cd ../.. && rm -rf kcov-master && - for file in target/debug/examplerust-*[^\.d]; do mkdir -p "target/cov/$(basename $file)"; ./kcov-build/usr/local/bin/kcov --exclude-pattern=/.cargo,/usr/lib --verify "target/cov/$(basename $file)" "$file"; done && + for file in target/debug/epd_waveshare-*[^\.d]; do mkdir -p "target/cov/$(basename $file)"; ./kcov-build/usr/local/bin/kcov --exclude-pattern=/.cargo,/usr/lib --verify "target/cov/$(basename $file)" "$file"; done && bash <(curl -s https://codecov.io/bash) && echo "Uploaded code coverage" #- cargo doc-upload