From 543b643fdb2aab91444f8a283f47ee311ad993c5 Mon Sep 17 00:00:00 2001 From: Liam Newman Date: Mon, 17 May 2021 13:55:18 -0700 Subject: [PATCH] Only run coverage on code in this library --- pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pom.xml b/pom.xml index c1de9c697..1f250c23c 100644 --- a/pom.xml +++ b/pom.xml @@ -110,6 +110,8 @@ jacoco.surefire.argLine + + org.kohsuke.*