kraina-ai / quackosm

QuackOSM: an open-source Python and CLI tool for reading OpenStreetMap PBF files using DuckDB
https://kraina-ai.github.io/quackosm/
Apache License 2.0
214 stars 12 forks source link

feat: automatically discard insignificant osm extracts and allow users downloading extracts by name #133

Closed RaczeQ closed 3 months ago

codecov[bot] commented 4 months ago

Codecov Report

Attention: Patch coverage is 96.84211% with 9 lines in your changes missing coverage. Please review.

Project coverage is 93.22%. Comparing base (7855b18) to head (2b3de56).

Files Patch % Lines
quackosm/osm_extracts/__init__.py 93.00% 7 Missing :warning:
quackosm/osm_extracts/extract.py 97.05% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #133 +/- ## ========================================== + Coverage 93.00% 93.22% +0.22% ========================================== Files 21 22 +1 Lines 1729 1935 +206 ========================================== + Hits 1608 1804 +196 - Misses 121 131 +10 ``` | [Flag](https://app.codecov.io/gh/kraina-ai/quackosm/pull/133/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=kraina-ai) | Coverage Δ | | |---|---|---| | [macos-13-python3.12](https://app.codecov.io/gh/kraina-ai/quackosm/pull/133/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=kraina-ai) | `93.22% <96.84%> (+0.22%)` | :arrow_up: | | [ubuntu-latest-python3.10](https://app.codecov.io/gh/kraina-ai/quackosm/pull/133/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=kraina-ai) | `93.22% <96.84%> (+0.22%)` | :arrow_up: | | [ubuntu-latest-python3.11](https://app.codecov.io/gh/kraina-ai/quackosm/pull/133/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=kraina-ai) | `93.22% <96.84%> (+0.22%)` | :arrow_up: | | [ubuntu-latest-python3.12](https://app.codecov.io/gh/kraina-ai/quackosm/pull/133/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=kraina-ai) | `93.22% <96.84%> (+0.22%)` | :arrow_up: | | [ubuntu-latest-python3.9](https://app.codecov.io/gh/kraina-ai/quackosm/pull/133/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=kraina-ai) | `93.22% <96.83%> (+0.22%)` | :arrow_up: | | [windows-latest-python3.12](https://app.codecov.io/gh/kraina-ai/quackosm/pull/133/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=kraina-ai) | `93.22% <96.84%> (+0.22%)` | :arrow_up: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=kraina-ai#carryforward-flags-in-the-pull-request-comment) to find out more.

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