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:
parent
e3077a8034
commit
0677e378ba
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ done
|
|||
|
||||
# Cook the gcov files.
|
||||
# The right path is https://codecov.io/gh/ossrs/srs/src/1b2aff84bc50f0681f37b959af6ecaed9490a95d/trunk/src/kernel/srs_kernel_codec.cpp
|
||||
find . -name "*.gcov"|grep -v srs|xargs rm -f && rm -rf src
|
||||
find . -name "*.gcov"|grep -v srs|xargs rm -f
|
||||
ret=$?; if [[ $ret -ne 0 ]]; then echo "Cook gcov files failed, ret=$ret"; exit $ret; fi
|
||||
|
||||
# Upload report with *.gcov
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue