Fix cover profile location.

pull/820/head
Ben Johnson 2014-01-21 12:56:17 -07:00
parent 5aa95dfde6
commit ec09ee3ba0
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -22,3 +22,4 @@ _testmain.go
*.exe
coverage.html
coverprofile.out

View File

@ -1,4 +1,4 @@
COVERPROFILE=/tmp/c.out
COVERPROFILE=cover.out
default: test