Skip to content

Commit

Permalink
Update Travis CI for code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
mkchoi212 committed May 18, 2018
1 parent 642a3ad commit de580dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ language: go
go:
- master

script: go test -v `go list ./... | grep -v assets`
script: go test -v -cover `go list ./...`

0 comments on commit de580dd

Please sign in to comment.