From e37c283e9abf5a061f50ccfb1f63c6b0bfcaae9e Mon Sep 17 00:00:00 2001 From: Wei Zhang Date: Thu, 9 May 2019 15:56:33 +0800 Subject: [PATCH] Enable testing coverage report --- pom.xml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/pom.xml b/pom.xml index c7ea558..57ce02b 100644 --- a/pom.xml +++ b/pom.xml @@ -355,6 +355,26 @@ maven-surefire-plugin 3.0.0-M3 + + org.jacoco + jacoco-maven-plugin + 0.8.3 + + + + prepare-agent + + + + + report + test + + report + + + + \ No newline at end of file