Fix the path for circleci

pull/1568/head
winlin 5 years ago
parent 0677e378ba
commit 749b9fe444

@ -29,6 +29,7 @@ ret=$?; if [[ $ret -ne 0 ]]; then echo "Cook gcov files failed, ret=$ret"; exit
# Upload report with *.gcov
cd $workdir &&
cp ../../../.circleci/codecov.yml . &&
export CODECOV_TOKEN="493bba46-c468-4e73-8b45-8cdd8ff62d96" &&
bash <(curl -s https://codecov.io/bash)
exit 0

Loading…
Cancel
Save