python-trio / trio-asyncio

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

Include tests in sdist, but not wheel #101

Closed oremanj closed 3 years ago

oremanj commented 3 years ago

Fixes #90

codecov[bot] commented 3 years ago

Codecov Report

Merging #101 (c814bf1) into master (37cea6b) will increase coverage by 0.16%. The diff coverage is n/a.

@@            Coverage Diff             @@
##           master     #101      +/-   ##
==========================================
+ Coverage   80.45%   80.61%   +0.16%     
==========================================
  Files          11       11              
  Lines        1238     1238              
  Branches      172      172              
==========================================
+ Hits          996      998       +2     
+ Misses        171      170       -1     
+ Partials       71       70       -1     
Impacted Files Coverage Δ
trio_asyncio/_base.py 84.78% <0.00%> (+0.54%) :arrow_up:
oremanj commented 3 years ago

macOS 3.9 is hanging for a reason that appears entirely unrelated to our code, so going to merge this anyway.