On 8 August 2012 12:25, Nicholas Wittstruck <
[hidden email]> wrote:
> Codenarc analyzses your code statically, so you don't have to run it together with test-app. If you want to get test-coverage, you will need the coverage plugin. My Jenkins job is set up like this:
>
> "test-app -unit -coverage -xml" codenarc
>
> And this results in a coverage report and a codenarc report.
We previously had Jenkins targets set similarly, as:
"test-app -coverage -xml" codenarc
Codenarc wasn't running, but on changing the order of the targets,
it's now working:
codenarc "test-app -coverage -xml"
I suspect this is because we had failing tests, which (I assume)
prevented the second target from running.
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email