Do honest test coverage analysis in Jenkins

This commit is contained in:
Jakob Borg
2014-08-19 12:43:50 +02:00
parent 264400a984
commit c57656e4c3
9 changed files with 51 additions and 2 deletions

View File

@@ -149,7 +149,6 @@ func setup() {
runPrint("go", "get", "-v", "code.google.com/p/go.tools/cmd/cover")
runPrint("go", "get", "-v", "code.google.com/p/go.tools/cmd/vet")
runPrint("go", "get", "-v", "code.google.com/p/go.net/html")
runPrint("go", "get", "-v", "github.com/mattn/goveralls")
runPrint("go", "get", "-v", "github.com/tools/godep")
}