From ec09ee3ba0c5d8f31ab283c9eb58fdd9cdf97b56 Mon Sep 17 00:00:00 2001 From: Ben Johnson Date: Tue, 21 Jan 2014 12:56:17 -0700 Subject: [PATCH] Fix cover profile location. --- .gitignore | 1 + Makefile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 56a5e9893b..ecfbfda9ad 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,4 @@ _testmain.go *.exe coverage.html +coverprofile.out diff --git a/Makefile b/Makefile index ddb4e5c8d4..583d61b26c 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -COVERPROFILE=/tmp/c.out +COVERPROFILE=cover.out default: test