Skip to content

Commit

Permalink
Attempt to fix coverage
Browse files Browse the repository at this point in the history
Affects: #128
  • Loading branch information
io7m committed Oct 20, 2024
1 parent d837f8a commit 2b090bc
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 9 deletions.
2 changes: 1 addition & 1 deletion com.io7m.primogenitor.full/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<artifactId>com.io7m.primogenitor</artifactId>
<groupId>com.io7m.primogenitor</groupId>
<version>8.4.0-SNAPSHOT</version>
<version>8.3.1-SNAPSHOT</version>
</parent>

<artifactId>com.io7m.primogenitor.full</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion com.io7m.primogenitor.lite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<artifactId>com.io7m.primogenitor</artifactId>
<groupId>com.io7m.primogenitor</groupId>
<version>8.4.0-SNAPSHOT</version>
<version>8.3.1-SNAPSHOT</version>
</parent>

<artifactId>com.io7m.primogenitor.lite</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion com.io7m.primogenitor.support/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<artifactId>com.io7m.primogenitor</artifactId>
<groupId>com.io7m.primogenitor</groupId>
<version>8.4.0-SNAPSHOT</version>
<version>8.3.1-SNAPSHOT</version>
</parent>

<artifactId>com.io7m.primogenitor.support</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion com.io7m.primogenitor.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<artifactId>com.io7m.primogenitor</artifactId>
<groupId>com.io7m.primogenitor</groupId>
<version>8.4.0-SNAPSHOT</version>
<version>8.3.1-SNAPSHOT</version>
</parent>

<artifactId>com.io7m.primogenitor.tests</artifactId>
Expand Down
7 changes: 2 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.io7m.primogenitor</groupId>
<artifactId>com.io7m.primogenitor</artifactId>
<version>8.4.0-SNAPSHOT</version>
<version>8.3.1-SNAPSHOT</version>
<packaging>pom</packaging>

<modules>
Expand Down Expand Up @@ -61,7 +61,7 @@
<io7m.javadoc.docLint>-Xdoclint:all</io7m.javadoc.docLint>

<!-- The timestamp used for all outputs, for reproducibility. -->
<project.build.outputTimestamp>2024-10-17T21:49:01Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-10-20T10:18:55Z</project.build.outputTimestamp>

<!-- The versions of all plugins used -->
<io7m.bnd-baseline-maven-plugin.version>7.0.0</io7m.bnd-baseline-maven-plugin.version>
Expand Down Expand Up @@ -978,9 +978,6 @@ Specification-Version: $[project.version]
<configuration>
<destFile>${project.build.directory}/jacoco.exec</destFile>
<append>true</append>
<includes>
<include>**/*.class</include>
</includes>
</configuration>
</execution>

Expand Down

0 comments on commit 2b090bc

Please sign in to comment.