python-trio / trio-asyncio

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

docs: fix asyncio-from-trio example #27

Closed belm0 closed 6 years ago

codecov[bot] commented 6 years ago

Codecov Report

Merging #27 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #27   +/-   ##
=======================================
  Coverage   72.35%   72.35%           
=======================================
  Files          11       11           
  Lines        1096     1096           
  Branches      146      146           
=======================================
  Hits          793      793           
  Misses        260      260           
  Partials       43       43

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 84bfc2e...31838aa. Read the comment docs.

pquentin commented 6 years ago

Nice catch, thanks @belm0!

njsmith commented 6 years ago

Also, welcome! :tada: :birthday: No pressure, but if you'd like to keep contributing then we'd love to have you, so I'm sending you a github invite now. You can read more about this in our contributing documentation.

belm0 commented 6 years ago

@njsmith thank you! To trio, or not to trio very much hangs in the balance on my project-- and not entirely on Trio's own merits. If things pan out I hope to be around contributing more.