jonas-p / go-shp

Go library for reading and writing ESRI Shapefiles. Pure Golang implementation based on the ESRI Shapefile technical description.
MIT License
255 stars 67 forks source link

Use ExtendWithPoint in place of duplicated code #33

Closed icholy closed 6 years ago

codecov-io commented 6 years ago

Codecov Report

Merging #33 into master will increase coverage by 0.15%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #33      +/-   ##
=========================================
+ Coverage   60.25%   60.4%   +0.15%     
=========================================
  Files           6       6              
  Lines         800     793       -7     
=========================================
- Hits          482     479       -3     
+ Misses        262     260       -2     
+ Partials       56      54       -2
Impacted Files Coverage Δ
shapefile.go 61.32% <100%> (+0.43%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update d108085...ba4e1dc. Read the comment docs.