python-trio / trio-asyncio

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

Asyncgenerators: Tests + Error handling #18

Closed miracle2k closed 6 years ago

miracle2k commented 6 years ago

Now with error handling and two tests. I feel like we are getting closer to this being stable :)

codecov[bot] commented 6 years ago

Codecov Report

Merging #18 into master will increase coverage by 1.82%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #18      +/-   ##
==========================================
+ Coverage   72.37%   74.19%   +1.82%     
==========================================
  Files          11       11              
  Lines        1028     1031       +3     
  Branches      130      131       +1     
==========================================
+ Hits          744      765      +21     
+ Misses        240      222      -18     
  Partials       44       44
Impacted Files Coverage Δ
trio_asyncio/util.py 79.24% <100%> (+35.24%) :arrow_up:
trio_asyncio/base.py 85.95% <0%> (+0.27%) :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 3a06dcf...ff8f34f. Read the comment docs.