ci: fix codecov dir name

embedded-hal-1.0
Chris 2019-01-15 11:21:27 +01:00
parent 74dc5171bf
commit 42ee1773cb
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ after_success: |
make install DESTDIR=../../kcov-build && make install DESTDIR=../../kcov-build &&
cd ../.. && cd ../.. &&
rm -rf kcov-master && 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) && bash <(curl -s https://codecov.io/bash) &&
echo "Uploaded code coverage" echo "Uploaded code coverage"
#- cargo doc-upload #- cargo doc-upload