From 6c16fe69e7f6a2e5f6567a77ac9e404f372d4244 Mon Sep 17 00:00:00 2001 From: VivekSainiEQ Date: Fri, 27 Nov 2020 22:57:18 +0000 Subject: [PATCH] Added remainder of runtest scripts to make lcov command. Code coverage goes from 57.9% to 72.1% Former-commit-id: f99cba0b92d921b1a2d350f2c7545138485c2a74 --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index 8cccfd711..09385da30 100644 --- a/src/Makefile +++ b/src/Makefile @@ -400,7 +400,7 @@ check: test lcov: $(MAKE) gcov - @(set -e; cd ..; ./runtest --clients 1) + @(set -e; cd ..; ./runtest; ./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'