adds circle ci
This commit is contained in:
parent
f97f94425f
commit
3e352f140b
4 changed files with 11493 additions and 3 deletions
0
.circleci/config.yml
Normal file
0
.circleci/config.yml
Normal file
1
COVERAGE
Normal file
1
COVERAGE
Normal file
|
@ -0,0 +1 @@
|
|||
70.89
|
9
Makefile
9
Makefile
|
@ -1,8 +1,11 @@
|
|||
all: test
|
||||
|
||||
tools:
|
||||
@go get -u github.com/blend/go-sdk/_bin/coverage
|
||||
@go get -u github.com/blend/go-sdk/_bin/profanity
|
||||
ci: profanity coverage
|
||||
|
||||
new-install:
|
||||
@go get -v -u ./...
|
||||
@go get -v -u github.com/blend/go-sdk/cmd/coverage
|
||||
@go get -v -u github.com/blend/go-sdk/cmd/profanity
|
||||
|
||||
test:
|
||||
@go test ./...
|
||||
|
|
11486
coverage.html
Normal file
11486
coverage.html
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue