RazerM / sqlalchemy_aio

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

Use Trio 0.12's from_thread module #26

Closed RazerM closed 4 years ago

codecov-io commented 4 years ago

Codecov Report

Merging #26 into master will decrease coverage by <.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #26      +/-   ##
==========================================
- Coverage   98.73%   98.73%   -0.01%     
==========================================
  Files          15       15              
  Lines        1187     1186       -1     
  Branches       36       36              
==========================================
- Hits         1172     1171       -1     
  Misses         13       13              
  Partials        2        2
Impacted Files Coverage Δ
sqlalchemy_aio/trio.py 100% <100%> (ø) :arrow_up:

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 c932e2d...768a837. Read the comment docs.