-
-
Notifications
You must be signed in to change notification settings - Fork 341
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
Disable coverage reporting on pypy's py3.6 nightly branch #870
Disable coverage reporting on pypy's py3.6 nightly branch #870
Conversation
It currently doesn't work: https://bitbucket.org/pypy/pypy/issues/2943/ and has been the cause of much confusion. Hopefully we can re-enable it again later.
Codecov Report
@@ Coverage Diff @@
## master #870 +/- ##
==========================================
+ Coverage 99.21% 99.54% +0.32%
==========================================
Files 101 101
Lines 12240 12200 -40
Branches 896 896
==========================================
Hits 12144 12144
+ Misses 75 35 -40
Partials 21 21
|
3 similar comments
Codecov Report
@@ Coverage Diff @@
## master #870 +/- ##
==========================================
+ Coverage 99.21% 99.54% +0.32%
==========================================
Files 101 101
Lines 12240 12200 -40
Branches 896 896
==========================================
Hits 12144 12144
+ Misses 75 35 -40
Partials 21 21
|
Codecov Report
@@ Coverage Diff @@
## master #870 +/- ##
==========================================
+ Coverage 99.21% 99.54% +0.32%
==========================================
Files 101 101
Lines 12240 12200 -40
Branches 896 896
==========================================
Hits 12144 12144
+ Misses 75 35 -40
Partials 21 21
|
Codecov Report
@@ Coverage Diff @@
## master #870 +/- ##
==========================================
+ Coverage 99.21% 99.54% +0.32%
==========================================
Files 101 101
Lines 12240 12200 -40
Branches 896 896
==========================================
Hits 12144 12144
+ Misses 75 35 -40
Partials 21 21
|
Thanks for tracking this down! Relatedly, it looks like coverage might be fixed for 3.8-dev? nedbat/coveragepy#707 is resolved, at least. |
I dunno, want to try re-enabling it and seeing what happens? |
It currently doesn't work:
https://bitbucket.org/pypy/pypy/issues/2943/
and has been the cause of much confusion. Hopefully we can re-enable
it again later.