Skip to content

Commit

Permalink
Temporary: comment the Surefire configuration (#360)
Browse files Browse the repository at this point in the history
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!
  • Loading branch information
sleberknight authored Feb 18, 2024
1 parent 46f13dd commit d5a7145
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -208,13 +208,16 @@
For example, MySQL and SQLite handle them differently
from Postgres and H2.
-->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<argLine>-Duser.timezone=UTC</argLine>
</configuration>
</plugin>
<!-- TEMPORARY: Investigating why this causes jacoco to have no coverage info. -->
<!--
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<argLine>-Duser.timezone=UTC</argLine>
</configuration>
</plugin>
-->

</plugins>
</build>
Expand Down

0 comments on commit d5a7145

Please sign in to comment.