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

v3 Beta #42

Closed jacobdadams closed 1 year ago

jacobdadams commented 1 year ago

Ok, I think I've finally got v3 ready for beta testing. It's passing all my test cases and a handful of manual full-integration tests. I will be using this codebase for the WMRC skid, which will provide better real-world testing.

There's only one issue I've yet to address (#40), and I'll get to that soon.

Once this PR is merged, I'll upload 3.0.0.beta1 to pypi.

codecov[bot] commented 1 year ago

Codecov Report

Base: 89.88% // Head: 90.25% // Increases project coverage by +0.36% :tada:

Coverage data is based on head (cc328bd) compared to base (e8d51e1). Patch coverage: 96.00% of modified lines in pull request are covered.

:exclamation: Current head cc328bd differs from pull request most recent head ab2f28c. Consider uploading reports for the commit ab2f28c to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## v3 #42 +/- ## ========================================== + Coverage 89.88% 90.25% +0.36% ========================================== Files 6 7 +1 Lines 850 872 +22 Branches 118 123 +5 ========================================== + Hits 764 787 +23 Misses 77 77 + Partials 9 8 -1 ``` | [Impacted Files](https://codecov.io/gh/agrc/palletjack/pull/42?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=agrc) | Coverage Δ | | |---|---|---| | [src/palletjack/extract.py](https://codecov.io/gh/agrc/palletjack/pull/42?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=agrc#diff-c3JjL3BhbGxldGphY2svZXh0cmFjdC5weQ==) | `87.62% <57.14%> (-1.27%)` | :arrow_down: | | [src/palletjack/\_\_init\_\_.py](https://codecov.io/gh/agrc/palletjack/pull/42?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=agrc#diff-c3JjL3BhbGxldGphY2svX19pbml0X18ucHk=) | `100.00% <100.00%> (ø)` | | | [src/palletjack/errors.py](https://codecov.io/gh/agrc/palletjack/pull/42?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=agrc#diff-c3JjL3BhbGxldGphY2svZXJyb3JzLnB5) | `100.00% <100.00%> (ø)` | | | [src/palletjack/load.py](https://codecov.io/gh/agrc/palletjack/pull/42?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=agrc#diff-c3JjL3BhbGxldGphY2svbG9hZC5weQ==) | `86.03% <100.00%> (+0.37%)` | :arrow_up: | | [src/palletjack/transform.py](https://codecov.io/gh/agrc/palletjack/pull/42?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=agrc#diff-c3JjL3BhbGxldGphY2svdHJhbnNmb3JtLnB5) | `97.36% <100.00%> (+0.59%)` | :arrow_up: | | [src/palletjack/utils.py](https://codecov.io/gh/agrc/palletjack/pull/42?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=agrc#diff-c3JjL3BhbGxldGphY2svdXRpbHMucHk=) | `94.70% <100.00%> (+0.38%)` | :arrow_up: | 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.