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
This commit is contained in:
Marcin Owsiany 2017-02-24 16:50:10 +01:00
parent 96b1158a5b
commit 2e302de264

View file

@ -1,4 +1,4 @@
all: fmt lint vet cover
all: fmt lint vet
BUILDTAGS=