sequence tweaks, removing market hours anything
This commit is contained in:
parent
1a09989055
commit
0e849b11bb
17 changed files with 413 additions and 877 deletions
11
Makefile
11
Makefile
|
|
@ -1,5 +1,9 @@
|
|||
all: test
|
||||
|
||||
tools:
|
||||
@go get -u github.com/blend/go-sdk/_bin/coverage
|
||||
@go get -u github.com/blend/go-sdk/_bin/profanity
|
||||
|
||||
test:
|
||||
@go test ./...
|
||||
|
||||
|
|
@ -8,9 +12,4 @@ profanity:
|
|||
@profanity -include="*.go,Makefile,README.md"
|
||||
|
||||
cover:
|
||||
@go test -short -covermode=set -coverprofile=profile.cov
|
||||
@go tool cover -html=profile.cov
|
||||
@rm profile.cov
|
||||
|
||||
deps:
|
||||
@go get -u github.com/blend/go-sdk/_bin/profanity
|
||||
@coverage
|
||||
Loading…
Add table
Add a link
Reference in a new issue