tacitknowledge / autopatch

An automated database patching framework for Java.
41 stars 19 forks source link

Get cobertura (or any other) metrics for the current branch #15

Closed MexicanHacker closed 12 years ago

scottfromsf commented 12 years ago

Easiest way to do this is to get Sonar running on the branch. I'm on it.

MexicanHacker commented 12 years ago

Hey Scott, this sounds interesting, do you need any help?

hemri commented 12 years ago

Added Cobertura and Checkstyle plugins to Maven directly. Jenkins' jobs are configured to read the result files of those metrics.

It is a solution that may work until Sonar is setup.

scottfromsf commented 12 years ago

Sonar is set up but I don't see why we shouldn't keep Cobertura as well. I'm closing this issue as it seems like we've solved it twice over.