We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 416107c commit 3c9f690Copy full SHA for 3c9f690
Makefile
@@ -32,7 +32,7 @@ install: FORCE build/swift-http-import
32
# which packages to test with static checkers
33
GO_ALLPKGS := $(shell go list ./...)
34
# which files to test with static checkers (this contains a list of globs)
35
-GO_ALLFILES := $(addsuffix /*.go,$(patsubst $(shell go list .),.,$(shell go list ./...)))
+GO_ALLFILES := $(addsuffix /*.go,$(patsubst $(shell go list .)%,.%,$(shell go list ./...)))
36
# which packages to test with "go test"
37
GO_TESTPKGS := $(shell go list -f '{{if .TestGoFiles}}{{.ImportPath}}{{end}}' ./...)
38
# which packages to measure coverage for
0 commit comments