mirror of
https://github.com/nikoksr/notify.git
synced 2025-03-29 21:46:58 +02:00
build(make): add go test coverage command
This commit is contained in:
parent
5e758e29a8
commit
be7f51f5bb
4
Makefile
4
Makefile
@ -19,6 +19,10 @@ test:
|
||||
go test -failfast -race -timeout=5m ./...
|
||||
.PHONY: test
|
||||
|
||||
cover:
|
||||
go test -race -covermode=atomic -coverprofile=coverage.out ./...
|
||||
.PHONY: cover
|
||||
|
||||
###############################################################################
|
||||
# CODE HEALTH
|
||||
###############################################################################
|
||||
|
Loading…
x
Reference in New Issue
Block a user