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

Separate Python packages #50

Closed paleolimbot closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Merging #50 (d39f837) into main (73a5d09) will decrease coverage by 0.12%. The diff coverage is n/a.

@@            Coverage Diff             @@
##             main      #50      +/-   ##
==========================================
- Coverage   93.56%   93.45%   -0.12%     
==========================================
  Files          30       11      -19     
  Lines        5003     1527    -3476     
==========================================
- Hits         4681     1427    -3254     
+ Misses        322      100     -222     
Files Changed Coverage Δ
python/geoarrow-c/src/geoarrow/c/__init__.py 100.00% <ø> (ø)
python/geoarrow-c/src/geoarrow/c/_lib.pyx 86.63% <ø> (ø)
python/geoarrow-c/src/geoarrow/c/lib.py 100.00% <ø> (ø)
python/geoarrow-c/src/geoarrow/c/pandas.py 93.46% <ø> (ø)
...thon/geoarrow-c/src/geoarrow/c/pyarrow/__init__.py 100.00% <ø> (ø)
python/geoarrow-c/src/geoarrow/c/pyarrow/_array.py 90.37% <ø> (ø)
...thon/geoarrow-c/src/geoarrow/c/pyarrow/_compute.py 98.04% <ø> (ø)
...thon/geoarrow-c/src/geoarrow/c/pyarrow/_dataset.py 99.52% <ø> (ø)
...ython/geoarrow-c/src/geoarrow/c/pyarrow/_kernel.py 94.25% <ø> (ø)
...ython/geoarrow-c/src/geoarrow/c/pyarrow/_scalar.py 63.88% <ø> (ø)
... and 1 more

... and 19 files with indirect coverage changes

:loudspeaker: Have feedback on the report? Share it here.