go-spatial / geom

Geometry interfaces to help drive interoperability within the Go geospatial community
MIT License
168 stars 37 forks source link

[cmp] Restructured cmp #80

Closed gdey closed 5 years ago

gdey commented 5 years ago

It was diffcult to use different precision levels with the way Compare was structured. This now allows one to define a variable that can be used for precision specific comparisions through out an entire package

coveralls commented 5 years ago

Pull Request Test Coverage Report for Build 376


Changes Missing Coverage Covered Lines Changed/Added Lines %
cmp/cmp.go 4 8 50.0%
cmp/default_compare.go 24 31 77.42%
cmp/compare.go 186 218 85.32%
<!-- Total: 214 257 83.27% -->
Files with Coverage Reduction New Missed Lines %
cmp/cmp.go 1 40.0%
planar/triangulate/constraineddelaunay/triangulator.go 6 57.78%
<!-- Total: 7 -->
Totals Coverage Status
Change from base Build 367: -0.06%
Covered Lines: 30561
Relevant Lines: 50792

💛 - Coveralls