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
|
all: test
|
||||||
|
|
||||||
tools:
|
ci: profanity coverage
|
||||||
@go get -u github.com/blend/go-sdk/_bin/coverage
|
|
||||||
@go get -u github.com/blend/go-sdk/_bin/profanity
|
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:
|
test:
|
||||||
@go 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