V2Ray há 10 anos atrás
pai
commit
f8e44a70cf
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      testing/coverage/coverall

+ 1 - 1
testing/coverage/coverall

@@ -17,7 +17,7 @@ done
 
 if [ "$fail" -eq 0 ]
 then
-  $HOME/gopath/bin/goveralls -v -coverprofile=acc.out -service=travis-ci -repotoken $COVERALLS_TOKEN
+  $HOME/gopath/bin/goveralls -v -coverprofile=coverall.out -service=travis-ci -repotoken $COVERALLS_TOKEN
 fi
 
 rm -f coverall.out