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:
parent
96b1158a5b
commit
2e302de264
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -1,4 +1,4 @@
|
|||
all: fmt lint vet cover
|
||||
all: fmt lint vet
|
||||
|
||||
BUILDTAGS=
|
||||
|
||||
|
|
Loading…
Reference in a new issue