python-trio / trio-asyncio

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

Fix link to the docs in README. #10

Closed miracle2k closed 6 years ago

codecov[bot] commented 6 years ago

Codecov Report

Merging #10 into master will decrease coverage by 0.2%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #10      +/-   ##
=========================================
- Coverage   74.81%   74.6%   -0.21%     
=========================================
  Files          11      11              
  Lines         957     957              
  Branches      122     122              
=========================================
- Hits          716     714       -2     
- Misses        200     201       +1     
- Partials       41      42       +1
Impacted Files Coverage Δ
trio_asyncio/handles.py 81.72% <0%> (-2.16%) :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 f7e2e1e...f95659c. Read the comment docs.

njsmith commented 6 years ago

@miracle2k Thanks! As per our contributing guidelines, you should receive a github invitation shortly.