Coveralls.io

2015-03-20 Thread David Cantrell
I recently found coveralls.io, a service that works nicely with travis-ci to generate coverage reports whenever I push changes to my github repos. For example ... This commit: https://github.com/DrHyde/perl-modules-Data-Compare/commit/6ad1fa9783f caused this build: https://travis-ci.org

Re: Coveralls.io

2015-03-20 Thread Paul Johnson
On Fri, Mar 20, 2015 at 11:42:32AM +, David Cantrell wrote: Coveralls appears to only count the number of statements hit and not look at whether my tests cover all the conditions in my code. Does anyone know if there's some option I can tweak in Coveralls to turn this on? Or is it a

Re: Coveralls.io

2015-03-20 Thread David Cantrell
On Fri, Mar 20, 2015 at 01:56:45PM +0100, Paul Johnson wrote: On Fri, Mar 20, 2015 at 11:42:32AM +, David Cantrell wrote: Coveralls appears to only count the number of statements hit and not look at whether my tests cover all the conditions in my code. Does anyone know if there's some