Improve test coverage

This commit is contained in:
Michael Steinert
2015-04-09 11:37:39 -05:00
parent c88b34e980
commit b4414b73f0
2 changed files with 84 additions and 2 deletions

View File

@@ -9,4 +9,4 @@ before_install:
- sudo apt-get install -qq --no-install-recommends libpam0g-dev
- sudo useradd -d /tmp/test -p '$1$Qd8H95T5$RYSZQeoFbEB.gS19zS99A0' -s /bin/false test
script: sudo GOROOT=$GOROOT GOPATH=$GOPATH $(which go) test -v ./...
script: sudo GOROOT=$GOROOT GOPATH=$GOPATH $(which go) test -v -cover .