From d5a7145080b4d450a9d5afc2f2273eb761fe96dd Mon Sep 17 00:00:00 2001 From: Scott Leberknight <174812+sleberknight@users.noreply.github.com> Date: Sun, 18 Feb 2024 16:05:50 -0500 Subject: [PATCH] Temporary: comment the Surefire configuration (#360) After applying the timezone config to Surefire, suddenly there are no test coverage results. The target/site/jacoco directory simply doesn't exist. This happens locally as well. This is a temporary reversion until I can figure out why adding a Surefire configuration caused there to be no coverage info! --- pom.xml | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/pom.xml b/pom.xml index 600f9d7..d928bb2 100644 --- a/pom.xml +++ b/pom.xml @@ -208,13 +208,16 @@ For example, MySQL and SQLite handle them differently from Postgres and H2. --> - - org.apache.maven.plugins - maven-surefire-plugin - - -Duser.timezone=UTC - - + +