From a3a51b7b30cc24a33b17318456ce0b6626fac12d Mon Sep 17 00:00:00 2001 From: V2Ray Date: Fri, 6 Nov 2015 13:56:33 +0100 Subject: [PATCH] Update coverall --- testing/coverage/coverall | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/coverage/coverall b/testing/coverage/coverall index 54d6b44f..2fd99f44 100755 --- a/testing/coverage/coverall +++ b/testing/coverage/coverall @@ -27,7 +27,7 @@ for DIR in $(find * -type d -not -path "*.git*"); do fi done -cat coverall.out | sort -t: -k1 > coverallsorted.out +cat coverall.out | sort -t: -k1 | grep -vw "testing" > coverallsorted.out echo "mode: set" | cat - coverallsorted.out > coverall.out rm coverallsorted.out