We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d32e58 commit c8a68b0Copy full SHA for c8a68b0
Makefile
@@ -154,8 +154,8 @@ test-init:
154
go tool cover -func cover.out > coverprofile-init.out
155
156
test-ecs-agent:
157
- cd ecs-agent && GO111MODULE=on ${GOTEST} ${VERBOSE} -tags unit -mod vendor -coverprofile ../cover-ecs-agent.out -timeout=120s ./... && cd ..
158
- go tool cover -func cover-ecs-agent.out > coverprofile-ecs-agent.out
+ cd ecs-agent && GO111MODULE=on ${GOTEST} ${VERBOSE} -tags unit -mod vendor -coverprofile ../cover.out -timeout=120s ./... && cd ..
+ go tool cover -func cover.out > coverprofile-ecs-agent.out
159
160
test-silent:
161
cd agent && GO111MODULE=on ${GOTEST} -tags unit -mod vendor -coverprofile ../cover.out -timeout=120s ./... && cd ..
0 commit comments