Hi, shouldn't we add this information to the homepage?!
Phil Am 19.09.2017 um 23:55 schrieb [email protected]: > [TAMAYA-288] Updated the running-mutation-tests.adoc. > ---------------------------------------------------------------------- > diff --git a/running-mutation-tests.adoc b/running-mutation-tests.adoc > index eba88b3..ba25fb4 100644 > --- a/running-mutation-tests.adoc > +++ b/running-mutation-tests.adoc > @@ -12,8 +12,17 @@ be executed manually by executing the following command. > > [source] > ---- > -> mvn install org.pitest:pitest-maven:mutationCoverage > +> mvn -P coverage install > ---- > > +The measurement of the coverage is faster if there is an existing > +database created by PIT. To used them execute the following command. > + > +[source] > +---- > +> mvn -P coverage -DwithHistory install > +---- > + > +
