Pymetrics McCabe Code complexity parser for Jenkins
Project description
Pycabehtml is a pymetrics parser that graphs the McCabe code complexity in an html file. This is designed to be run under Jenkins/Hudson Continuous Integration Server. Currently, Jenkins has integration for Pylint, Unittest, and Code coverage. As far as I know, there is no plugin available for managing code complexity in Python. With PycabeHtml we fill the gap to track code complexity in Jenkins by means of the Html plugin. Some bibliography: http://artificialcode.blogspot.com/2009/08/10-ways-to-let-people-know-your-bad.html from Noah Gift.