code coverage reports should test multithreaded

Former-commit-id: 5d016fdb6b11404d0eddbab651ed17180526a991
This commit is contained in:
John Sully 2020-11-30 22:59:00 +00:00
parent 52561f1729
commit ecad9741bc

View File

@ -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'