Closed smurfix closed 6 years ago
Merging #38 into master will increase coverage by
2.39%
. The diff coverage is75.94%
.
@@ Coverage Diff @@
## master #38 +/- ##
==========================================
+ Coverage 70.9% 73.29% +2.39%
==========================================
Files 11 11
Lines 1172 1262 +90
Branches 154 165 +11
==========================================
+ Hits 831 925 +94
+ Misses 295 282 -13
- Partials 46 55 +9
Impacted Files | Coverage Δ | |
---|---|---|
trio_asyncio/util.py | 81.94% <100%> (+2.91%) |
:arrow_up: |
trio_asyncio/_version.py | 100% <100%> (ø) |
:arrow_up: |
trio_asyncio/async_.py | 85% <100%> (+0.25%) |
:arrow_up: |
trio_asyncio/loop.py | 56.37% <42.55%> (-2.7%) |
:arrow_down: |
trio_asyncio/handles.py | 81.3% <62.5%> (-1.52%) |
:arrow_down: |
trio_asyncio/adapter.py | 75.78% <79.77%> (+42.99%) |
:arrow_up: |
trio_asyncio/base.py | 85.39% <93.87%> (+1.47%) |
: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 3a72e63...2c0fdae. Read the comment docs.
This series of changes restructures
trio_asyncio
.aio2trio
andtrio2aio
have been renamed totrio_as_aio
andaio_as_trio
.aio_as_trio
also accepts coroutines, for improved compatibility with asyncio calling conventions.loop.run_asyncio
,loop.run_trio
, and several other methods are deprecated.