Skip to content

Commit

Permalink
Remove acctest pkg from packages to test and report coverage on (#556)
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiught authored Apr 20, 2023
1 parent d8dc327 commit e68a489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ BUILD_DIR ?= $(CURDIR)/out

GO_OS ?= $(shell go env GOOS)
GO_ARCH ?= $(shell go env GOARCH)
GO_PACKAGES := $(shell go list ./... | grep -vE "vendor|tools|sweep")
GO_PACKAGES := $(shell go list ./... | grep -vE "vendor|tools|sweep|acctest")
GO_LINT_SCRIPT ?= $(CURDIR)/scripts/golangci-lint.sh
GO_TEST_COVERAGE_FILE ?= "coverage.out"

Expand Down

0 comments on commit e68a489

Please sign in to comment.