Don't fail the build if there are no mutations

This commit is contained in:
Marcin Grzejszczak
2020-03-27 10:42:48 +01:00
parent c271a4eb9f
commit 423db03218

View File

@@ -1515,6 +1515,8 @@
<outputFormats><value>XML</value></outputFormats>
<!-- and write reports where report-aggregate-module expects to find it -->
<timestampedReports>false</timestampedReports>
<!-- There are modules that don't have tests -->
<failWhenNoMutations>false</failWhenNoMutations>
</configuration>
<executions>
<execution>