python-trio / trio-asyncio

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

Clean up public API surface #69

Closed oremanj closed 4 years ago

oremanj commented 4 years ago

Fixes #64

codecov[bot] commented 4 years ago

Codecov Report

Merging #69 into master will increase coverage by 5.67%. The diff coverage is 87.43%.

@@            Coverage Diff             @@
##           master      #69      +/-   ##
==========================================
+ Coverage   72.66%   78.33%   +5.67%     
==========================================
  Files          11       11              
  Lines        1284     1288       +4     
  Branches      177      180       +3     
==========================================
+ Hits          933     1009      +76     
+ Misses        281      204      -77     
- Partials       70       75       +5     
Impacted Files Coverage Δ
trio_asyncio/_deprecate.py 80.55% <0.00%> (ø)