Re: [dev] Coveralls support in repo

2016-06-27 Thread Samuel Marks
Great to hear Samuel Marks http://linkedin.com/in/samuelmarks On Mon, Jun 27, 2016 at 4:01 AM, Eric Johnson wrote: > Outstanding! > > On Sun, Jun 26, 2016 at 3:13 AM, Tomaz Muraus wrote: > > > Nice :thumbsup: > > > > We used to run coverage.py and upload reports to Apache build servers, > but

Re: [dev] Coveralls support in repo

2016-06-26 Thread Eric Johnson
Outstanding! On Sun, Jun 26, 2016 at 3:13 AM, Tomaz Muraus wrote: > Nice :thumbsup: > > We used to run coverage.py and upload reports to Apache build servers, but > this hasn't been running for a while now and it was kinda pain to maintain > so I'm all for outsourcing it to a 3rd party service :

Re: [dev] Coveralls support in repo

2016-06-26 Thread Tomaz Muraus
Nice :thumbsup: We used to run coverage.py and upload reports to Apache build servers, but this hasn't been running for a while now and it was kinda pain to maintain so I'm all for outsourcing it to a 3rd party service :) On Sun, Jun 26, 2016 at 11:58 AM, anthony shaw wrote: > Hi, > > As part o

[dev] Coveralls support in repo

2016-06-26 Thread anthony shaw
Hi, As part of a goal to get more frequent releases, we have to keep our test coverage reasonably high and also make sure we don't merge untested code or unreachable/unmaintable code. The infra team have kindly enabled Coveralls.IO support and I've enabled this in TOX as part of our build. You c