I now have set mutation configuration on the main project pom and I want it to be calculated as an average instead of each module separately. Is there a way to do that?

<mutationThreshold>80</mutationThreshold>
1

There are 1 best solutions below

0
maria_so On

I have not found a way to calculate the average mutation but the threshold can be set separately in each module (in the pom.xml file) therefore bypassing the main pom.xml mentioned mutation threshold value.