RazerM / sqlalchemy_aio

Asyncio strategy for SQLAlchemy.
Other
300 stars 17 forks source link

Finish Trio support #9

Closed RazerM closed 6 years ago

RazerM commented 6 years ago

The API is done, but AsyncioThreadWorker relies on python-trio/outcome, so this can't be merged until outcome is released to PyPI.

codecov-io commented 6 years ago

Codecov Report

Merging #9 into master will decrease coverage by 0.2%. The diff coverage is 98.03%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #9      +/-   ##
==========================================
- Coverage   98.59%   98.39%   -0.21%     
==========================================
  Files          14       12       -2     
  Lines         857      872      +15     
  Branches       18       19       +1     
==========================================
+ Hits          845      858      +13     
- Misses         10       12       +2     
  Partials        2        2
Impacted Files Coverage Δ
tests/asyncio/test_engine.py 100% <100%> (ø) :arrow_up:
sqlalchemy_aio/trio.py 100% <100%> (ø) :arrow_up:
tests/trio/test_connection.py 100% <100%> (ø) :arrow_up:
tests/trio/test_engine.py 100% <100%> (ø) :arrow_up:
tests/asyncio/test_connection.py 100% <100%> (ø) :arrow_up:
tests/trio/test_result_proxy.py 100% <100%> (ø) :arrow_up:
sqlalchemy_aio/strategy.py 82.35% <100%> (ø) :arrow_up:
tests/asyncio/test_result_proxy.py 100% <100%> (ø) :arrow_up:
sqlalchemy_aio/base.py 95.18% <92.3%> (ø)
sqlalchemy_aio/asyncio.py 95.91% <95.91%> (ø)
... and 1 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update a964ee8...6879f8f. Read the comment docs.