RazerM / sqlalchemy_aio

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

Replace outcome to buildin future mechanism #17

Closed sonliviy closed 4 years ago

sonliviy commented 5 years ago

Hi, thank you so much for this great project, I learned a lot of useful things for myself and I want to offer something in return. I used this mechanism in my project and it seemed to me more appropriate. I confess pull request a little dirty, but I do it for the first time.

codecov-io commented 5 years ago

Codecov Report

Merging #17 into master will decrease coverage by <.01%. The diff coverage is 89.47%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #17      +/-   ##
==========================================
- Coverage   98.98%   98.98%   -0.01%     
==========================================
  Files          15       15              
  Lines        1183     1182       -1     
  Branches       36       36              
==========================================
- Hits         1171     1170       -1     
  Misses         10       10              
  Partials        2        2
Impacted Files Coverage Δ
sqlalchemy_aio/asyncio.py 96.66% <89.47%> (-0.06%) :arrow_down:

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 0096a28...31f466d. Read the comment docs.