From c569ec1dad04ec9a9525aeb8590074d52182dce0 Mon Sep 17 00:00:00 2001 From: gaoqr <13665037151@163.com> Date: Thu, 11 Sep 2025 18:38:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9Ejacoco=E6=8F=92=E4=BB=B6?= =?UTF-8?q?=E6=94=AF=E6=8C=81sonarqube=E5=B1=95=E7=A4=BA=E5=8D=95=E5=85=83?= =?UTF-8?q?=E6=B5=8B=E8=AF=95=E8=A6=86=E7=9B=96=E7=8E=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/pom.xml b/pom.xml index 61578caad..658eaaca2 100644 --- a/pom.xml +++ b/pom.xml @@ -104,6 +104,11 @@ org.jacoco jacoco-maven-plugin 0.8.12 + + + lib/** + + prepare-agent @@ -213,6 +218,13 @@ prepare-agent + + report + verify + + report + +