We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c0470d commit f17d515Copy full SHA for f17d515
Makefile
@@ -148,6 +148,8 @@ endif
148
test:
149
cd agent && GO111MODULE=on ${GOTEST} ${VERBOSE} -tags unit -mod vendor -coverprofile ../cover.out -timeout=120s ./... && cd ..
150
go tool cover -func cover.out > coverprofile.out
151
+ cd ecs-agent && GO111MODULE=on ${GOTEST} ${VERBOSE} -tags unit -mod vendor -coverprofile ../cover.out -timeout=120s ./... && cd ..
152
+ go tool cover -func cover.out > coverprofile-ecs-agent.out
153
154
test-init:
155
go test -count=1 -short -v -coverprofile cover.out ./ecs-init/...
0 commit comments