[core-workflow] codecov.io on PRs feedback

2017-02-16 Thread Barry Warsaw
Hey cool, I've just submitted my first PR against GH, and it's *so* nice to be able to use git, I might have to do this more often . https://github.com/python/cpython/pull/138 But I have questions about the coverage reports. In bbdef4c, coverage failed because my diff wasn't 100% covered, and th

Re: [core-workflow] codecov.io on PRs feedback

2017-02-16 Thread Matthias Bussonnier
On Thu, Feb 16, 2017 at 9:35 AM, Barry Warsaw wrote: > Hey cool, I've just submitted my first PR against GH, and it's *so* nice to be > able to use git, I might have to do this more often . > > https://github.com/python/cpython/pull/138 > > But I have questions about the coverage reports. In bbde

Re: [core-workflow] codecov.io on PRs feedback

2017-02-16 Thread Barry Warsaw
On Feb 16, 2017, at 10:09 AM, Matthias Bussonnier wrote: >Travis CI is doing coverage, and it pushes coverage.xml to codecov.io. >Codecov will "just" aggregate coverage report from different travis-ci matrix >entries to get the complete coverage. You can push coverage to codecov.io >from your loca