[Twisted-Python] failing coverage builders

The python 3.4 coverage builders are failing, apparently because one of the builders is down: <https://buildbot.twistedmatrix.com/builders/debian7-py3.4-coverage/builds/39... <https://buildbot.twistedmatrix.com/builders/debian7-py3.4-coverage/builds/399/steps/shell_5/logs/stdio>> I'll probably make those builders unsupported later today if there is no obvious fix; at this point, depending on codecov is mostly just a net negative. We can't have it reasonably fail our builds or report status for us, and "coverage html" produces perfectly usable coverage reports, and so the main consequence is that our builds will fail if they're down (or if they introduce a version of coverage on PyPI that doesn't support python 3, apparently?) -glyph

Hi Glyph, I'll take a look. I find the combined codecov rather valuable for figuring out what isn't covered on either, but I'll remove it for now. Amber "Hawkie" Brown GPG: https://keybase.io/hawkowl

I already removed it earlier, so that should be easy :-). Raw coverage can do combining, if we can just ship the files somewhere: http://nedbatchelder.com/code/coverage/cmd.html#cmd-combining <http://nedbatchelder.com/code/coverage/cmd.html#cmd-combining> But, perhaps we should just not fail the build if codecov submission fails. -glyph

Hi Glyph, I'll take a look. I find the combined codecov rather valuable for figuring out what isn't covered on either, but I'll remove it for now. Amber "Hawkie" Brown GPG: https://keybase.io/hawkowl

I already removed it earlier, so that should be easy :-). Raw coverage can do combining, if we can just ship the files somewhere: http://nedbatchelder.com/code/coverage/cmd.html#cmd-combining <http://nedbatchelder.com/code/coverage/cmd.html#cmd-combining> But, perhaps we should just not fail the build if codecov submission fails. -glyph
participants (2)
-
Amber "Hawkie" Brown
-
Glyph