-
Improvement
-
Resolution: Fixed
-
Minor
-
None
-
pitmutation 1.0.16
The pitpublisher in pipeline throws an exception when no reports are found. This is not consistent to other publisher plugins which only write a warning to the log files.
This should be changed to emit a warning to log instead of throwing an exception.
My code:
step([$class : 'PitPublisher', mutationStatsFile : '**/target/pit-reports/mutations.xml', killRatioMustImprove: false])
reitzmichnicht do you have any examples of other publisher plugins doing this? If I'm going to make it consistent, I would like to be able to compare.