equinor / xtgeo

XTGeo Python class library for subsurface Surfaces, Cubes, Wells, Grids, Points, etc
https://xtgeo.readthedocs.io/en/latest/
GNU Lesser General Public License v3.0
109 stars 56 forks source link

CLN: Establish `xtgeo.io` and move `_XTGeoFile` #1127

Closed mferrera closed 6 months ago

mferrera commented 6 months ago

Resolves #1126

codecov-commenter commented 6 months ago

Codecov Report

Attention: 94 lines in your changes are missing coverage. Please review.

Comparison is base (87e7acf) 80.11% compared to head (4651cf0) 80.10%.

Files Patch % Lines
src/xtgeo/io/_file_wrapper.py 76.35% 51 Missing and 19 partials :warning:
src/xtgeo/io/__init__.py 40.00% 2 Missing and 1 partial :warning:
src/xtgeo/grid3d/_grid_import.py 33.33% 1 Missing and 1 partial :warning:
src/xtgeo/grid3d/_gridprops_import_eclrun.py 60.00% 1 Missing and 1 partial :warning:
src/xtgeo/grid3d/grid_property.py 60.00% 1 Missing and 1 partial :warning:
src/xtgeo/surface/regular_surface.py 80.00% 2 Missing :warning:
src/xtgeo/common/sys.py 66.66% 1 Missing :warning:
src/xtgeo/cube/cube1.py 85.71% 1 Missing :warning:
src/xtgeo/grid3d/_grid3d_utils.py 0.00% 1 Missing :warning:
src/xtgeo/grid3d/_grid_export.py 50.00% 1 Missing :warning:
... and 9 more
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1127 +/- ## ========================================== - Coverage 80.11% 80.10% -0.01% ========================================== Files 96 98 +2 Lines 13580 13609 +29 Branches 2196 2197 +1 ========================================== + Hits 10879 10901 +22 - Misses 1965 1971 +6 - Partials 736 737 +1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.