Add a very simple test.

This commit is contained in:
Ward Vandewege 2021-04-25 11:24:42 -04:00
parent 031c91a545
commit 37601f6b4d
3 changed files with 70 additions and 6 deletions

View file

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