1
0
Fork 0
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:
Henrik Hautakoski 2022-10-03 16:37:51 +02:00
parent f77edfe321
commit c2cc60dbfb
No known key found for this signature in database
GPG key ID: 608414D93E862CCD

View file

@ -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)