python-trio / async_generator

Making it easy to write async iterators in Python 3.5
Other
95 stars 23 forks source link

Try making appveyor.yml look like it does in trio #8

Closed njsmith closed 6 years ago

njsmith commented 6 years ago

Maybe will help with #6? Who knows.

codecov[bot] commented 6 years ago

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #8      +/-   ##
==========================================
- Coverage     100%   91.91%   -8.09%     
==========================================
  Files           5        5              
  Lines         581      581              
  Branches       48       48              
==========================================
- Hits          581      534      -47     
- Misses          0       47      +47
Impacted Files Coverage Δ
async_generator/__init__.py 0% <0%> (-100%) :arrow_down:
async_generator/util.py 42.85% <0%> (-57.15%) :arrow_down:
async_generator/impl.py 74.17% <0%> (-25.83%) :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 e303e07...5a6926a. Read the comment docs.

njsmith commented 6 years ago

9 has the actual solution to this