Skip to content

Commit

Permalink
list all packages and remove linters/..
Browse files Browse the repository at this point in the history
  • Loading branch information
wgliang committed Jun 29, 2017
1 parent ed0a10b commit 62992f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -e
echo "" > coverage.txt

for d in $(go list ./... | grep -v vendor); do
for d in $(go list ./... | grep -v linters); do
go test -coverprofile=profile.out -covermode=atomic $d
if [ -f profile.out ]; then
cat profile.out >> coverage.txt
Expand Down

0 comments on commit 62992f5

Please sign in to comment.