python-trio / trio-asyncio

a re-implementation of the asyncio mainloop on top of Trio
Other
188 stars 37 forks source link

Release 0.8.0 #26

Closed smurfix closed 6 years ago

smurfix commented 6 years ago

Yay

codecov[bot] commented 6 years ago

Codecov Report

Merging #26 into master will decrease coverage by 2.59%. The diff coverage is 69.38%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master      #26     +/-   ##
=========================================
- Coverage   74.95%   72.35%   -2.6%     
=========================================
  Files          11       11             
  Lines        1054     1096     +42     
  Branches      139      146      +7     
=========================================
+ Hits          790      793      +3     
- Misses        220      260     +40     
+ Partials       44       43      -1
Impacted Files Coverage Δ
trio_asyncio/_version.py 100% <100%> (ø) :arrow_up:
trio_asyncio/base.py 84.74% <50%> (-1.29%) :arrow_down:
trio_asyncio/loop.py 60.1% <69.56%> (-6.79%) :arrow_down:
trio_asyncio/handles.py 82.1% <0%> (-4.22%) :arrow_down:
trio_asyncio/sync.py 81.1% <0%> (-3.15%) :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 c6c9c54...4cc04aa. Read the comment docs.