From 2e302de2641cae09a29349a81f11c989de12b53f Mon Sep 17 00:00:00 2001 From: Marcin Owsiany Date: Fri, 24 Feb 2017 16:50:10 +0100 Subject: [PATCH] Do not run coverage check in the default target. Reasons: - this takes a lot longer than the other steps - its results are harder to interpret at a single glance, compared to other steps - it requires special privileges to succeed, and should probably not be ran from a random developer's checkout, since it pushes results to a shared service --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6f3e1f5e6..12e57452d 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -all: fmt lint vet cover +all: fmt lint vet BUILDTAGS=