Fix the path for circleci

pull/1568/head
winlin 5 years ago
parent f1cca0c360
commit 20fbb4466f

@ -1,2 +0,0 @@
fixes:
- "src/::trunk/src/"

@ -31,4 +31,4 @@ ret=$?; if [[ $ret -ne 0 ]]; then echo "Cook gcov files failed, ret=$ret"; exit
cd $workdir &&
export CODECOV_TOKEN="493bba46-c468-4e73-8b45-8cdd8ff62d96" &&
bash <(curl -s https://codecov.io/bash) &&
echo "ok" && exit 0
echo "Done" && exit 0

Loading…
Cancel
Save