Re: [libvirt] [PATCH 1/1] CI: add code coverage analysis

2017-06-01 Thread Claudio André
Sorry, I missed the list in CC. Em 26/05/2017 04:12, Martin Kletzander escreveu: And I didn't check the documentation because I didn't like the fact that coveralls.io wanted _write_ access to my commit messages and repositories, so I didn't sign up. I'm afraid I disagree. It requires

Re: [libvirt] [PATCH 1/1] CI: add code coverage analysis

2017-05-27 Thread Claudio André
Em 26/05/2017 04:12, Martin Kletzander escreveu: Oh, so it's saved in your profile on the travis website. That makes sense. I was just wondering where this environment variable gets defined, that's it. And I didn't check the documentation because I didn't like the fact that coveralls.io

Re: [libvirt] [PATCH 1/1] CI: add code coverage analysis

2017-05-26 Thread Martin Kletzander
On Thu, May 25, 2017 at 08:44:48PM -0300, Claudio André wrote: Em 25/05/2017 03:49, Martin Kletzander escreveu: On Thu, May 25, 2017 at 01:14:36AM -0300, claudioandre...@gmail.com wrote: From: Claudio André It builds the code coverage report and uploads the

Re: [libvirt] [PATCH 1/1] CI: add code coverage analysis

2017-05-25 Thread Claudio André
Em 25/05/2017 03:49, Martin Kletzander escreveu: On Thu, May 25, 2017 at 01:14:36AM -0300, claudioandre...@gmail.com wrote: From: Claudio André It builds the code coverage report and uploads the coverage data to a web service in order to allow to track libvirt's

Re: [libvirt] [PATCH 1/1] CI: add code coverage analysis

2017-05-25 Thread Claudio André
Em 25/05/2017 05:21, Daniel P. Berrange escreveu: On Thu, May 25, 2017 at 01:14:36AM -0300, claudioandre...@gmail.com wrote: @@ -64,7 +65,8 @@ before_install: # the custom PATH is just to pick up OS-X homebrew & its harmless on Linux before_script: - -

Re: [libvirt] [PATCH 1/1] CI: add code coverage analysis

2017-05-25 Thread Daniel P. Berrange
On Thu, May 25, 2017 at 01:14:36AM -0300, claudioandre...@gmail.com wrote: > From: Claudio André > > It builds the code coverage report and uploads the coverage data to a web > service in order to allow to track libvirt's code coverage over time. > --- > .travis.yml

Re: [libvirt] [PATCH 1/1] CI: add code coverage analysis

2017-05-25 Thread Martin Kletzander
On Thu, May 25, 2017 at 01:14:36AM -0300, claudioandre...@gmail.com wrote: From: Claudio André It builds the code coverage report and uploads the coverage data to a web service in order to allow to track libvirt's code coverage over time. --- You can add the links

[libvirt] [PATCH 1/1] CI: add code coverage analysis

2017-05-24 Thread claudioandre . br
From: Claudio André It builds the code coverage report and uploads the coverage data to a web service in order to allow to track libvirt's code coverage over time. --- .travis.yml | 11 ++- README.md | 1 + 2 files changed, 11 insertions(+), 1 deletion(-)