xaviernogueira / geoparquet-pydantic

Validate and convert GeoJSON<>GeoParquet...without GDAL!
MIT License
32 stars 3 forks source link

Switching to non-flat repo structure (for CodeCov) #7

Closed xaviernogueira closed 7 months ago

xaviernogueira commented 7 months ago

Allows coverage report to be generated (required pip install -e . in tests.yml). The command previously did not work due to the presence of /imgs in a flat repo structure. This should fix the issue and allow for code coverage reporting.

codecov-commenter commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (949c986) 0.00% compared to head (99de29e) 94.52%.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #7 +/- ## ========================================== + Coverage 0.00% 94.52% +94.52% ========================================== Files 4 4 Lines 201 201 ========================================== + Hits 0 190 +190 + Misses 201 11 -190 ```

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