Explorar o código

skip coverage for releases

Darien Raymond %!s(int64=9) %!d(string=hai) anos
pai
achega
426a58707f
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      testing/coverage/coverall

+ 4 - 0
testing/coverage/coverall

@@ -1,5 +1,9 @@
 #!/bin/bash
 
+if [ -z ${TRAVIS_TAG+x} ]; then
+  exit 0
+fi
+
 FAIL=0
 
 V2RAY_OUT=${GOPATH}/out/v2ray