agrc / palletjack

A library for updating AGOL data from various external sources
https://agrc.github.io/palletjack/palletjack/
MIT License
12 stars 0 forks source link

fix: remove shape fields from null fixer #34

Closed jacobdadams closed 1 year ago

jacobdadams commented 1 year ago

Removes Shape__Length and Shape_Area from fields to fix empty strings in numeric fields.

codecov[bot] commented 1 year ago

Codecov Report

Base: 91.59% // Head: 91.56% // Decreases project coverage by -0.02% :warning:

Coverage data is based on head (43b5ba5) compared to base (d57e00f). Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #34 +/- ## ========================================== - Coverage 91.59% 91.56% -0.03% ========================================== Files 6 6 Lines 690 688 -2 Branches 92 91 -1 ========================================== - Hits 632 630 -2 Misses 52 52 Partials 6 6 ``` | [Impacted Files](https://codecov.io/gh/agrc/palletjack/pull/34?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=agrc) | Coverage Δ | | |---|---|---| | [src/palletjack/utils.py](https://codecov.io/gh/agrc/palletjack/pull/34?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=agrc#diff-c3JjL3BhbGxldGphY2svdXRpbHMucHk=) | `95.52% <100.00%> (-0.07%)` | :arrow_down: | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=agrc). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=agrc)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.