Oops, we want to test all the packages
This commit is contained in:
parent
2172c9cea3
commit
f58962c031
1 changed files with 1 additions and 1 deletions
|
@ -21,6 +21,6 @@ before_script:
|
|||
- mkdir -p shippable/codecoverage
|
||||
|
||||
script:
|
||||
- go test -coverprofile=coverage.txt -covermode count ./
|
||||
- go test -coverprofile=coverage.txt -covermode count ./...
|
||||
- $GOPATH/bin/gocover-cobertura < coverage.txt > shippable/codecoverage/coverage.xml
|
||||
|
||||
|
|
Reference in a new issue