Unit testing for def/ module.
Added unit tests to test code in def/ module.
This commit is contained in:
parent
e24b8a08c9
commit
bac60e872a
396 changed files with 83991 additions and 13209 deletions
14
vendor/github.com/montanaflynn/stats/.travis.yml
generated
vendored
14
vendor/github.com/montanaflynn/stats/.travis.yml
generated
vendored
|
@ -1,17 +1,13 @@
|
|||
language: go
|
||||
go:
|
||||
- 1.1
|
||||
- 1.2
|
||||
- 1.3
|
||||
- 1.4
|
||||
- 1.5
|
||||
- tip
|
||||
- stable
|
||||
- master
|
||||
before_install:
|
||||
- sudo pip install codecov
|
||||
- go get github.com/mattn/goveralls
|
||||
script:
|
||||
- go test
|
||||
- go test -v -covermode=count -coverprofile=coverage.out
|
||||
after_success:
|
||||
- codecov
|
||||
- $GOPATH/bin/goveralls -coverprofile=coverage.out -service=travis-ci
|
||||
notifications:
|
||||
email:
|
||||
recipients:
|
||||
|
|
Reference in a new issue