Tag Archives: McCabe

Setting up McCabe Code Complexity reporting for Python in Jenkins (Hudson)

In this post I’m going to explain the steps in order to integrate pycabehtml https://bitbucket.org/jordilin/pycabehtml  into Jenkins using the Html Plugin. Add build step Execute Shell. You’ll see a text box where you will be able to write the shell script … Continue reading

Posted in Continuous Integration, Jenkins, Python | Tagged , , , , , | 3 Comments

Reporting McCabe Code Complexity for Python projects in Jenkins (aka Hudson)

Not long ago, I wrote a parser for Pymetrics to produce an html formatted document designed to be integrated in Jenkins using its Html plugin. In Jenkins CI we have Python support for unit tests, code coverage and lint reporting, … Continue reading

Posted in Continuous Integration, Open Source, programming, Python | Tagged , , , , | 2 Comments