python-trio / async_generator

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

appveyor coverage isn't working #6

Closed njsmith closed 6 years ago

njsmith commented 7 years ago

should probably figure out why and fix it at some point

pquentin commented 6 years ago

I think this one is now fixed!

njsmith commented 6 years ago

Doesn't look like it -- here's a log from the last appveyor run: https://ci.appveyor.com/project/njsmith/async-generator/build/1.0.20/job/oqwgv9mtav5blwmv

and if you scroll down to the bottom, pytest reports 2.1% coverage, and there's a line "Coverage.py warning: No data was collected. (no-data-collected)"

pquentin commented 6 years ago

Sorry, I misread the issue as "appveyor is not working". Thanks for the detailed explanation.

njsmith commented 6 years ago

Fixed by #9.