mirror of
https://github.com/v2fly/v2ray-core.git
synced 2026-01-07 01:35:39 -05:00
Update coverall script
This commit is contained in:
@@ -20,10 +20,10 @@ function test_package {
|
||||
echo "mode: set" > coverall.out
|
||||
|
||||
test_package "." "."
|
||||
test_package "io/socks" "io,io/socks"
|
||||
test_package "io/socks" "io/socks"
|
||||
test_package "io/vmess" "hash,io,io/vmess"
|
||||
test_package "math" "math"
|
||||
test_package "net/socks" "io,io/socks,net,net/socks"
|
||||
test_package "net/socks" "io/socks,net,net/socks"
|
||||
test_package "net" "net"
|
||||
|
||||
if [ "$FAIL" -eq 0 ]; then
|
||||
|
||||
Reference in New Issue
Block a user