Created
September 5, 2012 16:52
-
-
Save tenntenn/3639817 to your computer and use it in GitHub Desktop.
test result2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ gocov test | gocov report | |
warning: building out-of-date packages: | |
github.com/axw/gocov | |
installing these packages with 'go test -i github.com/axw/gocov/instrumented/github.com/tenntenn/gocov-sample' will speed future tests. | |
ok github.com/axw/gocov/instrumented/github.com/tenntenn/gocov-sample 0.006s | |
student/student.go New 100.00% (3/3) | |
student/student.go Student.Id 100.00% (1/1) | |
student/student.go Student.Name 100.00% (1/1) | |
student/student.go Student.String 100.00% (1/1) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment