Oops, we want to test all the packages

This commit is contained in:
Matthew Dillon 2015-01-28 10:37:00 -09:00
parent 2172c9cea3
commit f58962c031

View file

@ -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