rubik / radon

Various code metrics for Python code
http://radon.readthedocs.org/
MIT License
1.74k stars 118 forks source link

integration "radon raw" results into jenkins #128

Open nsavelyeva opened 7 years ago

nsavelyeva commented 7 years ago

It would be great if the results of "radon raw" command can be integrated into Jenkins through the plugin https://wiki.jenkins.io/display/JENKINS/SLOCCount+Plugin.

The plugin needs SLOCCount or cloc report files, example contents of a cloc report file is given at http://cloc.sourceforge.net/#combine_reports.

rubik commented 7 years ago

Interesting. We already support exporting cc data to Jenkins via XML, so I might as well look into this one.

nsavelyeva commented 7 years ago

Thank you! As for 'radon cc --xml', - very handy, I already use that feature - it was a ticket https://github.com/rubik/radon/issues/49.