1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

Fix the path for circleci

This commit is contained in:
winlin 2019-12-10 22:24:16 +08:00
parent 0677e378ba
commit 749b9fe444

View file

@ -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