-
-
Couldn't load subscription status.
- Fork 27
[appveyor] Fix coverage by installing sdist version #7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov Report
@@ Coverage Diff @@ ## master #7 +/- ## ========================================== - Coverage 100% 91.91% -8.09% ========================================== Files 5 5 Lines 581 581 Branches 48 48 ========================================== - Hits 581 534 -47 - Misses 0 47 +47
Continue to review full report at Codecov.
|
I'm not sure why the coverage is lower. And it looks like there's work left for the codecov integration in Appveyor.
Closing as I'm not sure this improves anything. If someone else comes along maybe they'll be able to continue that work.
This is closer to what we do in Travis. However,
async_generator.__file__was not pointing to the correct path (shown bypip show -f async_generator), so I decided to build it manually. This is probably quite brittle, but at least it currently works.Fixes #6.