geoarrow / geoarrow-c

Experimental C and C++ implementation of the GeoArrow specification
http://geoarrow.org/geoarrow-c/
Apache License 2.0
23 stars 3 forks source link

Factor out the `struct GeoArrowCoordView` and use it #7

Closed paleolimbot closed 1 year ago

codecov-commenter commented 1 year ago

Codecov Report

Merging #7 (d4ae03e) into main (0256c06) will increase coverage by 0.04%. The diff coverage is 100.00%.

:exclamation: Current head d4ae03e differs from pull request most recent head 9f58f13. Consider uploading reports for the commit 9f58f13 to get more accurate results

@@            Coverage Diff             @@
##             main       #7      +/-   ##
==========================================
+ Coverage   89.45%   89.49%   +0.04%     
==========================================
  Files           8        8              
  Lines        1299     1304       +5     
  Branches       31       31              
==========================================
+ Hits         1162     1167       +5     
  Misses        125      125              
  Partials       12       12              
Impacted Files Coverage Δ
src/geoarrow/geoarrow_type.h 74.19% <ø> (ø)
src/geoarrow/visitor.c 100.00% <100.00%> (ø)
src/geoarrow/wkb_writer.c 95.41% <100.00%> (ø)
src/geoarrow/wkt_reader.c 96.05% <100.00%> (+0.02%) :arrow_up:
src/geoarrow/wkt_writer.c 98.68% <100.00%> (+0.01%) :arrow_up:

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.