terryyin / lizard

A simple code complexity analyser without caring about the C/C++ header files or Java imports, supports most of the popular languages.
Other
1.82k stars 248 forks source link

Jenkins Integration #337

Closed MichaelBMiner closed 2 years ago

MichaelBMiner commented 2 years ago

Hello,

I have started using lizard in Jenkins. I am using the HTML Publisher plugin for Jenkins to read the lizard output to generate a report. I am wondering if there is a way to compare the current lizard output with the previous, then color code the html report. Does this feature exist?