Browse Source

Update coverall

V2Ray 10 năm trước cách đây
mục cha
commit
a3a51b7b30
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      testing/coverage/coverall

+ 1 - 1
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