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

generate String method for ShapeType #31

Closed icholy closed 6 years ago

codecov-io commented 6 years ago

Codecov Report

Merging #31 into master will decrease coverage by 0.05%. The diff coverage is 50%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #31      +/-   ##
==========================================
- Coverage   60.25%   60.19%   -0.06%     
==========================================
  Files           6        7       +1     
  Lines         800      804       +4     
==========================================
+ Hits          482      484       +2     
- Misses        262      263       +1     
- Partials       56       57       +1
Impacted Files Coverage Δ
shapefile.go 60.88% <ø> (ø) :arrow_up:
shapetype_string.go 50% <50%> (ø)

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...dbc826c. Read the comment docs.