code coverage reports should test multithreaded
Former-commit-id: 5d016fdb6b11404d0eddbab651ed17180526a991
This commit is contained in:
parent
52561f1729
commit
ecad9741bc
@ -400,7 +400,7 @@ check: test
|
||||
|
||||
lcov:
|
||||
$(MAKE) gcov
|
||||
@(set -e; cd ..; ./runtest; ./runtest-sentinel; ./runtest-cluster; ./runtest-moduleapi)
|
||||
@(set -e; cd ..; ./runtest --config server-threads 3; ./runtest-sentinel; ./runtest-cluster; ./runtest-moduleapi)
|
||||
@geninfo -o KeyDB.info --no-external .
|
||||
@genhtml --legend -o lcov-html KeyDB.info
|
||||
@genhtml --legend -o lcov-html KeyDB.info | grep lines | awk '{print $$2;}' | sed 's/%//g'
|
||||
|
Loading…
x
Reference in New Issue
Block a user