Add a very simple test.
This commit is contained in:
parent
031c91a545
commit
37601f6b4d
3 changed files with 70 additions and 6 deletions
2
Makefile
2
Makefile
|
@ -7,7 +7,7 @@ build:
|
|||
dev: lint test build
|
||||
|
||||
test:
|
||||
go test -coverprofile=coverage.out
|
||||
@go test -coverprofile=coverage.out ./...
|
||||
|
||||
coverprofile_func:
|
||||
go tool cover -func=coverage.out
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue