From af425bd567b1b5d9b8bee032359009aec80e0939 Mon Sep 17 00:00:00 2001 From: Darin Kelkhoff Date: Tue, 21 Mar 2023 13:28:53 -0500 Subject: [PATCH] exclude model classes from coverge checkstyle-idea.xml --- qqq-middleware-api/pom.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/qqq-middleware-api/pom.xml b/qqq-middleware-api/pom.xml index 227774f1..1d9812ee 100644 --- a/qqq-middleware-api/pom.xml +++ b/qqq-middleware-api/pom.xml @@ -92,4 +92,18 @@ + + + + org.jacoco + jacoco-maven-plugin + + + com/kingsrook/qqq/api/model/**/*.class + + + + + + \ No newline at end of file