[python-committers] Re: What is CodeCov on pull request? Does anyone use it?

2020-03-02 Thread Brett Cannon
FYI we have codecov configured to turn off the comment (and have since I think we started using codecov). See the issue for more details about a potential bug on codecov's side. ___ python-committers mailing list -- python-committers@python.org To

[python-committers] Re: What is CodeCov on pull request? Does anyone use it?

2020-03-02 Thread Paul Ganssle
I find codecov useful, but I almost always turn that comment off, as you can see here: https://github.com/pganssle/zoneinfo/blob/1bdc68b447fa84faf41cb86d7816ab06fa7a73c1/codecov.yml#L2 I think it defaults to on and has a way of occasionally failing in such a way that it fires anyway, but this is

[python-committers] Re: What is CodeCov on pull request? Does anyone use it?

2020-03-02 Thread Karthikeyan
This is being discussed at https://bugs.python.org/issue39704 On Mon, Mar 2, 2020 at 9:44 PM Victor Stinner wrote: > Hi, > > There is a new "CodeCov" thing on Python pull requests which adds a > giant comment with many numbers and statistics and then mark my pull > request as "failed" (red). >