From 749b9fe444948b1785b65ed4b2af8491f75e7254 Mon Sep 17 00:00:00 2001 From: winlin Date: Tue, 10 Dec 2019 22:24:16 +0800 Subject: [PATCH] Fix the path for circleci --- trunk/auto/coverage.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/trunk/auto/coverage.sh b/trunk/auto/coverage.sh index c1417a765..32d2f57a0 100644 --- a/trunk/auto/coverage.sh +++ b/trunk/auto/coverage.sh @@ -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