Ran
|
Jobs
4
|
Files
55
|
Run time
1min
|
Badge
Embed ▾
README BADGES
|
push
travis-ci
Merge #435 435: derive Eq for other core geo types r=frewsxcv a=michaelkirk Adds `Eq` conformance to other core geo types, building off of https://github.com/georust/geo/pull/431 > Seems reasonable to me! Yeah +1 to adding the same impl for all the other core geo types Rather than spelling out the impl, I've taken advantage of how `derive` already bounds the generated impl for us. See rust-lang/rust#21237 for more details I wrote a few doc-tests while developing, but I reverted them in https://github.com/georust/geo/commit/fc33f9fa8 since they're pretty verbose, and seem superfluous since they're only asserting rust language semantics rather than anything substantial in this lib. I can un-revert them if you'd prefer. Co-authored-by: Michael Kirk <michael.code@endoftheworl.de>
4793 of 5441 relevant lines covered (88.09%)
6.5 hits per line
ID | Job ID | Ran | Files | Coverage | |
---|---|---|---|---|---|
1 | 1924.1 (GEO_TYPES_FEATURES="") | 55 |
88.09 |
Travis Job 1924.1 | |
2 | 1924.2 (GEO_TYPES_FEATURES="--features serde") | 55 |
88.09 |
Travis Job 1924.2 | |
3 | 1924.3 (GEO_TYPES_FEATURES="--features rstar") | 55 |
88.09 |
Travis Job 1924.3 | |
4 | 1924.4 (GEO_FEATURES="") | 55 |
88.09 |
Travis Job 1924.4 |
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
---|