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

Script: Support local fast coverage by gcovr

This commit is contained in:
winlin 2021-03-04 16:36:38 +08:00
parent bb3bd1705e
commit d6a6f98a70
3 changed files with 18 additions and 1 deletions

View file

@ -48,7 +48,7 @@ jobs:
- run: |
echo "Build and run utest for SRS" &&
cd trunk && ./configure --gb28181=on --utest=on --gcov=on && make &&
./objs/srs_utest && bash auto/coverage.sh
./objs/srs_utest && bash auto/codecov.sh
run-regression-test:
docker:
- image: ossrs/srs:dev