Repository: incubator-tamaya
Updated Branches:
  refs/heads/master 3cc3a9690 -> 620ffe420


[TAMAYA-288] Updated the running-mutation-tests.adoc.


Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/commit/620ffe42
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/tree/620ffe42
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/diff/620ffe42

Branch: refs/heads/master
Commit: 620ffe4200e6074521d3e86f9b4fdeb3f6eb587d
Parents: 3cc3a96
Author: Oliver B. Fischer <ple...@apache.org>
Authored: Tue Sep 19 23:55:22 2017 +0200
Committer: Oliver B. Fischer <ple...@apache.org>
Committed: Tue Sep 19 23:55:22 2017 +0200

----------------------------------------------------------------------
 running-mutation-tests.adoc | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/620ffe42/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
+----
+
+
 
 

Reply via email to