Add codecov (#83)

This commit is contained in:
Hidetake Iwata
2019-05-18 09:45:37 +09:00
committed by GitHub
parent 3f2e84a1ea
commit e133ea8541
3 changed files with 7 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ all: $(TARGET)
check:
golangci-lint run
$(MAKE) -C adaptors_test/keys/testdata
go test -v -race ./...
go test -v -race -cover -coverprofile=coverage.out ./...
$(TARGET): $(wildcard *.go)
go build -o $@ -ldflags "$(LDFLAGS)"