Skip to content

Commit

Permalink
goveralls: exclude vendor directory
Browse files Browse the repository at this point in the history
  • Loading branch information
judwhite committed Oct 29, 2017
1 parent 64aa700 commit 617aa45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coverage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ push_to_coveralls() {
-ignore="nsqadmin/bindata.go" || true
}

generate_cover_data $(go list ./...)
generate_cover_data $(go list ./... | grep -v /vendor/)
show_csv_report

case "$1" in
Expand Down

0 comments on commit 617aa45

Please sign in to comment.