Merge pull request #1666 from taosdata/hotfix/fix-incomplete-lcov-output
fix incomplete coverage report of taosd.
This commit is contained in:
commit
ea27717b86
|
@ -145,6 +145,9 @@ matrix:
|
|||
exit $?
|
||||
fi
|
||||
|
||||
sudo pkill taosd
|
||||
sleep 1
|
||||
|
||||
cd ${TRAVIS_BUILD_DIR}
|
||||
lcov -d . --capture --rc lcov_branch_coverage=1 -o coverage.info
|
||||
lcov -l --rc lcov_branch_coverage=1 coverage.info || exit $?
|
||||
|
|
Loading…
Reference in New Issue