From bd4ca7b37f6264759b72786e79f41608ffe9ecd6 Mon Sep 17 00:00:00 2001 From: Darien Raymond Date: Sat, 27 Aug 2016 12:00:51 +0200 Subject: [PATCH] remote protobuf code from coverage --- testing/coverage/coverall | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/coverage/coverall b/testing/coverage/coverall index 3b6416bf..c974a9fc 100755 --- a/testing/coverage/coverall +++ b/testing/coverage/coverall @@ -37,7 +37,7 @@ for OUT_FILE in $(find ${V2RAY_COV} -name "*.out"); do done COV_SORTED=${V2RAY_COV}/coverallsorted.out -cat ${COVERAGE_FILE} | sort -t: -k1 | grep -vw "testing" > ${COV_SORTED} +cat ${COVERAGE_FILE} | sort -t: -k1 | grep -vw "testing" | grep -v ".pb.go" > ${COV_SORTED} echo "mode: set" | cat - ${COV_SORTED} > ${COVERAGE_FILE} if [ "$FAIL" -eq 0 ]; then