mirror of
https://github.com/eosswedenorg/antelope-api-healthcheck
synced 2026-06-16 04:44:55 +02:00
Makefile adding coverage target
This commit is contained in:
parent
f77edfe321
commit
c2cc60dbfb
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
|
@ -23,6 +23,9 @@ build/$(PROGRAM_NAME) : $(SOURCES)
|
|||
test:
|
||||
$(GO) test -v ./...
|
||||
|
||||
coverage:
|
||||
$(GO) test -cover -v ./...
|
||||
|
||||
install: build
|
||||
PREFIX=$(PREFIX) DESTDIR=$(DESTDIR) scripts/install.sh $(GOOS)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue