Skip to content

Commit

Permalink
Update coverage to exclude example/experimental dirs.
Browse files Browse the repository at this point in the history
  • Loading branch information
robshakir committed Oct 3, 2017
1 parent a97bf7e commit 3d4ae1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/coverage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

go get github.com/go-playground/overalls && go get github.com/mattn/goveralls

overalls -project=github.com/openconfig/ygot -covermode=count -debug
overalls -project=github.com/openconfig/ygot -covermode=count -ignore=".git,vendor,demo,experimental/ygotutils,generator,ytypes/schema_tests"
goveralls -coverprofile=overalls.coverprofile -service travis-ci


0 comments on commit 3d4ae1b

Please sign in to comment.