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