Closed RazerM closed 6 years ago
Merging #9 into master will decrease coverage by
0.2%
. The diff coverage is98.03%
.
@@ 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.
The API is done, but
AsyncioThreadWorker
relies on python-trio/outcome, so this can't be merged until outcome is released to PyPI.