|
Ran
|
Jobs
1
|
Files
29
|
Run time
2s
|
Badge
README BADGES
|
push
travis-ci
MB-17541 - BREAKING API - IndexDef/PlanPIndex JSON naturalized IndexDef and PlanPIndex structs are now marshaled to JSON in natural, nested object format. In contrast, the previous format treated the Params, IndexParams & SourceParams fields as hard-to-use string'ified JSON (JSON encoded as a string). That is, we're now using type map[string]interface{} instead of type string for the Params, IndexParams, SourceParams fields. The unmarshal/parsing of those fields, though, accepts both the new, nested object format and the old, enveloped string format for backwards compatibility. Change-Id: I1ea878f7c Reviewed-on: http://review.couchbase.org/59297 Reviewed-by: Marty Schoch <marty.schoch@gmail.com> Tested-by: Steve Yen <steve.yen@gmail.com>
4647 of 5600 relevant lines covered (82.98%)
4.74 hits per line
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 103.1 | 0 |
82.98 |
Travis Job 103.1 |