ZimventuresLLC / stackzilla

An Application ORM for Python Developers
GNU Affero General Public License v3.0
1 stars 0 forks source link

multithreaded apply #81

Closed zimventures closed 1 year ago

zimventures commented 1 year ago

Adding support for executing applies within a phase via multiple threads.

For issue #7

codecov[bot] commented 1 year ago

Codecov Report

Base: 82.55% // Head: 82.60% // Increases project coverage by +0.05% :tada:

Coverage data is based on head (e45c8a7) compared to base (88e291e). Patch coverage: 65.38% of modified lines in pull request are covered.

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

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #81 +/- ## ========================================== + Coverage 82.55% 82.60% +0.05% ========================================== Files 49 50 +1 Lines 2184 2277 +93 ========================================== + Hits 1803 1881 +78 - Misses 381 396 +15 ``` | Flag | Coverage Δ | | |---|---|---| | unittests | `82.60% <65.38%> (+0.05%)` | :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=Stackzilla#carryforward-flags-in-the-pull-request-comment) to find out more. | [Impacted Files](https://codecov.io/gh/Stackzilla/stackzilla/pull/81?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Stackzilla) | Coverage Δ | | |---|---|---| | [stackzilla/database/base.py](https://codecov.io/gh/Stackzilla/stackzilla/pull/81/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Stackzilla#diff-c3RhY2t6aWxsYS9kYXRhYmFzZS9iYXNlLnB5) | `97.18% <ø> (-0.08%)` | :arrow_down: | | [stackzilla/database/tests/test\_resource.py](https://codecov.io/gh/Stackzilla/stackzilla/pull/81/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Stackzilla#diff-c3RhY2t6aWxsYS9kYXRhYmFzZS90ZXN0cy90ZXN0X3Jlc291cmNlLnB5) | `100.00% <ø> (ø)` | | | [stackzilla/resource/base.py](https://codecov.io/gh/Stackzilla/stackzilla/pull/81/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Stackzilla#diff-c3RhY2t6aWxsYS9yZXNvdXJjZS9iYXNlLnB5) | `68.05% <ø> (-0.44%)` | :arrow_down: | | [stackzilla/diff/diff.py](https://codecov.io/gh/Stackzilla/stackzilla/pull/81/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Stackzilla#diff-c3RhY2t6aWxsYS9kaWZmL2RpZmYucHk=) | `31.59% <2.85%> (-1.28%)` | :arrow_down: | | [stackzilla/database/sqlite.py](https://codecov.io/gh/Stackzilla/stackzilla/pull/81/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Stackzilla#diff-c3RhY2t6aWxsYS9kYXRhYmFzZS9zcWxpdGUucHk=) | `85.35% <88.39%> (+2.01%)` | :arrow_up: | | [stackzilla/database/exceptions.py](https://codecov.io/gh/Stackzilla/stackzilla/pull/81/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Stackzilla#diff-c3RhY2t6aWxsYS9kYXRhYmFzZS9leGNlcHRpb25zLnB5) | `100.00% <100.00%> (ø)` | | | [stackzilla/database/tests/test\_concurrency.py](https://codecov.io/gh/Stackzilla/stackzilla/pull/81/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Stackzilla#diff-c3RhY2t6aWxsYS9kYXRhYmFzZS90ZXN0cy90ZXN0X2NvbmN1cnJlbmN5LnB5) | `100.00% <100.00%> (ø)` | | 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=Stackzilla). 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=Stackzilla)

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