ci: fix codecov dir name
parent
74dc5171bf
commit
42ee1773cb
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue