push
travis-ci
Support error-handling with[in] mossScope + Rather than terminating the program, let mossScope return errors upon any failure so that the caller can handle such scenarios. + Leveraging cobra's PreRunE and RunE methods to return specific errors, and also this would modularize code: - PreRun: To parse command line arguments - Run: To invoke methods using the arguments Change-Id: I67bc83895 Reviewed-on: http://review.couchbase.org/72931 Reviewed-by: Marty Schoch <marty.schoch@gmail.com> Tested-by: abhinav dangeti <abhinav@couchbase.com>
127 of 127 new or added lines in 6 files covered. (100.0%)
2664 of 3317 relevant lines covered (80.31%)
8805.55 hits per line