You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following files currently lack code coverage in go/vt/vtctl/workflow...
vexec/vexec.go
vexec/query_planner.go
vexec/query_plan.go
utils.go
traffic_switcher.go
stream_migrator.go
server.go
The go command used for analysing code coverage, as some APIs are covered by unit tests outside the package:
go test ./go/cmd/vtctldclient/command/vreplication/vdiff ./go/vt/vtctl/workflow ./go/vt/vttablet/tabletmanager -v -coverpkg=vitess.io/vitess/go/vt/vtctl/workflow... -coverprofile=c.out
The text was updated successfully, but these errors were encountered:
Description
The following files currently lack code coverage in
go/vt/vtctl/workflow...
vexec/vexec.go
vexec/query_planner.go
vexec/query_plan.go
utils.go
traffic_switcher.go
stream_migrator.go
server.go
The
go
command used for analysing code coverage, as some APIs are covered by unit tests outside the package:The text was updated successfully, but these errors were encountered: