WhatWeb icon indicating copy to clipboard operation
WhatWeb copied to clipboard

Continuous integration

Open andrericardo opened this issue 7 years ago • 1 comments

Hi @urbanadventurer and @bcoles would you be interested in signing up for some CI (for example Travis, no affiliation I just like to use CI), it's free for open source projects.

Maybe little badge with the result of running the unit and integration tests? Eg: Travis

Travis integrates with GitHub so that when an issue is mentioned it runs with the result.

screen_shot_2018-02-11_at_17_24_12

I have also experimented with scrutinizer-ci.com, more oriented towards code metrics/potential issues, etc.. The code quality in WhatWeb was marked as good 👍 https://scrutinizer-ci.com/g/andrericardo/WhatWeb/?branch=0.5.0-dev

andrericardo avatar Feb 11 '18 17:02 andrericardo

I like Travis CI and use it frequently.

Unfortunately, the existing unit tests barely scratch the surface, and there's little point in expanding the these tests until WhatWeb is changed to a gem.

bcoles avatar Feb 11 '18 17:02 bcoles