TouK / sputnik

Static code review for your Gerrit patchsets. Runs Checkstyle, PMD, FindBugs, Scalastyle, CodeNarc, JSLint for you!
Apache License 2.0
201 stars 117 forks source link

Processor for PITest Mutation Test Analysis #132

Open mirkosertic opened 8 years ago

mirkosertic commented 8 years ago

PITest (http://pitest.org) is a great tool for Java test quality analysis. It would be great to have a processor for reading mutation tests results.

I'd like to implement this feature :-)

mirkosertic commented 8 years ago

Waiting for https://github.com/hcoles/pitest/issues/248 to be implemented.

christophercolumbusdog commented 5 years ago

Any update on this? This is a feature me and my team would like to see as well, and may be able to devote time to. Have you made any progress on it?

mirkosertic commented 5 years ago

It all depends. If you are using Sonar, Jenkins and Gerrit only, you can use Sonar with installed PITest plugins, and use Jenkins for CI and as the last step in your pipeline just pubish Sonar reports to Gerrit using the Sonar Gerrit Plugin. This works pretty smooth for me.