The Tamaya Core and API projects support mutation testing by the integration of PIT to validate the quality and effectivness of our tests.
PIT is not part of the normal build process of Tamaya. Therefore it must be executed manually with the following command.
$ mvn -P coverage
The measurement of the coverage is faster if there is an existing database created by PIT. To used them execute the following command.
$ mvn -P coverage -DwithHistory