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:
parent
bb3bd1705e
commit
d6a6f98a70
3 changed files with 18 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue