mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Refine gcov files
This commit is contained in:
parent
27712fdda7
commit
0bc3bdc7b8
1 changed files with 3 additions and 1 deletions
|
@ -39,7 +39,9 @@ ret=$?; if [[ $ret -ne 0 ]]; then echo "Cook gcov files failed, ret=$ret"; exit
|
||||||
# https://codecov.io/gh/ossrs/srs/src/20fbb4466fdc8ba5d810b8570df6004063212838/trunk/src/protocol/srs_rtmp_stack.cpp
|
# https://codecov.io/gh/ossrs/srs/src/20fbb4466fdc8ba5d810b8570df6004063212838/trunk/src/protocol/srs_rtmp_stack.cpp
|
||||||
# Remark: It takes a few minutes to sync with github, so it might not available when CircleCI is done.
|
# Remark: It takes a few minutes to sync with github, so it might not available when CircleCI is done.
|
||||||
# https://circleci.com/gh/ossrs/srs/tree/3.0release
|
# https://circleci.com/gh/ossrs/srs/tree/3.0release
|
||||||
|
#
|
||||||
|
# Note: Use '-X gcov' to avoid generate the gcov files again.
|
||||||
cd $workdir &&
|
cd $workdir &&
|
||||||
export CODECOV_TOKEN="493bba46-c468-4e73-8b45-8cdd8ff62d96" &&
|
export CODECOV_TOKEN="493bba46-c468-4e73-8b45-8cdd8ff62d96" &&
|
||||||
bash <(curl -s https://codecov.io/bash) &&
|
bash <(curl -s https://codecov.io/bash) -X gcov &&
|
||||||
echo "Done" && exit 0
|
echo "Done" && exit 0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue