Skip to content

Commit f9199e5

Browse files
authored
Merge pull request #595 from mcshooter/update-makefile
Add coverage.out to Makefile
2 parents 870ce7c + 49526ab commit f9199e5

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)