V2Ray 10 年 前
コミット
f8e44a70cf
1 ファイル変更1 行追加1 行削除
  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