Skip to content
This repository has been archived by the owner on Sep 28, 2022. It is now read-only.

Commit

Permalink
Adjust tagging (code review feedback)
Browse files Browse the repository at this point in the history
  • Loading branch information
codysoyland committed Sep 25, 2018
1 parent 130af3b commit f40361e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ PILOSA_BIND ?= http://:10101
all: test

cover: vendor
PILOSA_BIND=$(PILOSA_BIND) go test ./... -cover $(TESTFLAGS) -covermode=count -coverprofile=build/coverage.out
PILOSA_BIND=$(PILOSA_BIND) go test ./... -cover $(TESTFLAGS) -tags="fullcoverage" -covermode=count -coverprofile=build/coverage.out

fast-cover:
PILOSA_BIND=$(PILOSA_BIND) go test ./... -cover -tags="nointegration" $(TESTFLAGS)
PILOSA_BIND=$(PILOSA_BIND) go test ./... -cover $(TESTFLAGS)

generate:
# This ensures that we don't forget to change the package name if we copy the proto definition from pilosa in order to update it.
Expand Down

0 comments on commit f40361e

Please sign in to comment.