Fix the path for circleci

pull/1568/head
winlin 5 years ago
parent 4c93d3a4c7
commit fae3a714a2

@ -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
find . -name "*.gcov"|grep -v srs|xargs rm -f && rm -rf src
ret=$?; if [[ $ret -ne 0 ]]; then echo "Cook gcov files failed, ret=$ret"; exit $ret; fi
# Upload report with *.gcov

Loading…
Cancel
Save