Skip to content

Commit 49526ab

Browse files
committed
Add coverage.out to Makefile
1 parent 70f7983 commit 49526ab

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,10 @@ push-tar: build-tar
269269

270270
push: push-container push-tar
271271

272+
coverage.out:
273+
rm -f coverage.out
274+
go test -coverprofile=coverage.out -mod vendor -timeout=1m -v -short ./...
275+
272276
clean:
273277
rm -rf bin/
274278
rm -rf test/bin/

0 commit comments

Comments
 (0)