-
Notifications
You must be signed in to change notification settings - Fork 139
Unable to upload from AppVeyor #170
Comments
Please read #158 (comment) Does your problem permanent or occasional? |
This is really old but as I recall it was an every time sort of thing. I traced the first point down and found the line of code and introducing commit that explicitly disabled collection on AppVeyor and documented it in codecov/support#402 but at some point codecov/support got removed. I don't recall the second 404 issue particularly. Since this issue references trouble with 2.0.15 and that is still the latest on PyPI and the collection issue looked to be the direct result of a fairly direct line of code... I guess this really still ought to be open. Maybe d334f5c? And yes, it is still there. codecov-python/codecov/__init__.py Line 428 in 73b1b13
For completeness, here's the code that checks that and writes out the above mentioned message. codecov-python/codecov/__init__.py Lines 640 to 641 in 73b1b13
@stevepeak, it was a long time ago but any recollection on this? Is searching really supposed to be explicitly and unconditionally disabled on AppVeyor? Or maybe I'm misunderstanding the importance of 'searching'? |
I'm going to close this out due to age, but if you are still experiencing issues, please open a ticket in our community boards |
v2.0.15: https://ci.appveyor.com/project/sunu/qt5reactor/builds/20136162/job/oy4qq48g746thmrx
Specifically note
XX> Searching for reports disabled
(#138) andError: 404 Client Error: Not Found for url:
(perhaps a new message related to #123). The net result is that I don't get coverage uploaded from AppVeyor for these builds.v2.0.5: https://ci.appveyor.com/project/sunu/qt5reactor/builds/20136639/job/b3ui3t6h9i14ovkt
The search being disabled can still be avoided by dropping back to v2.0.5 before d334f5c but the 404 still remains.
The text was updated successfully, but these errors were encountered: