From 27c5b49479f7b242dfe270dfb269224bf2022bfa Mon Sep 17 00:00:00 2001 From: LamGC Date: Mon, 9 Nov 2020 21:44:50 +0800 Subject: [PATCH] =?UTF-8?q?[Update]=20Project=20=E4=B8=BA=E9=A1=B9?= =?UTF-8?q?=E7=9B=AE=20Maven=20=E6=9E=84=E5=BB=BA=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20JaCoCo=20=E6=B5=8B=E8=AF=95=E8=A6=86?= =?UTF-8?q?=E7=9B=96=E7=8E=87=E6=8A=A5=E5=91=8A=E7=94=9F=E6=88=90=E6=8F=92?= =?UTF-8?q?=E4=BB=B6;?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [Update] Project/pom.xml 添加 JaCoCo 插件; --- pom.xml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/pom.xml b/pom.xml index 589316a..c6a61d4 100644 --- a/pom.xml +++ b/pom.xml @@ -78,6 +78,28 @@ 1.8 + + org.jacoco + jacoco-maven-plugin + 0.8.6 + + + + prepare-agent + + + + report + test + + report + + + ${basedir}/target/coverage-reports/jacoco-unit.exec + + + +