Skip to content

Commit

Permalink
Move tests for proper coverage.
Browse files Browse the repository at this point in the history
  • Loading branch information
io7m committed May 1, 2024
1 parent bc3207c commit d858634
Show file tree
Hide file tree
Showing 81 changed files with 15 additions and 75 deletions.
2 changes: 1 addition & 1 deletion com.io7m.jspatial.api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.io7m.jspatial</groupId>
<artifactId>com.io7m.jspatial</artifactId>
<version>3.0.0-beta0003</version>
<version>3.0.0-SNAPSHOT</version>
</parent>
<artifactId>com.io7m.jspatial.api</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion com.io7m.jspatial.documentation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.io7m.jspatial</groupId>
<artifactId>com.io7m.jspatial</artifactId>
<version>3.0.0-beta0003</version>
<version>3.0.0-SNAPSHOT</version>
</parent>
<artifactId>com.io7m.jspatial.documentation</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion com.io7m.jspatial.examples.swing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.io7m.jspatial</groupId>
<artifactId>com.io7m.jspatial</artifactId>
<version>3.0.0-beta0003</version>
<version>3.0.0-SNAPSHOT</version>
</parent>
<artifactId>com.io7m.jspatial.examples.swing</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion com.io7m.jspatial.implementation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.io7m.jspatial</groupId>
<artifactId>com.io7m.jspatial</artifactId>
<version>3.0.0-beta0003</version>
<version>3.0.0-SNAPSHOT</version>
</parent>
<artifactId>com.io7m.jspatial.implementation</artifactId>

Expand Down
21 changes: 7 additions & 14 deletions com.io7m.jspatial.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,21 @@
<parent>
<groupId>com.io7m.jspatial</groupId>
<artifactId>com.io7m.jspatial</artifactId>
<version>3.0.0-beta0003</version>
<version>3.0.0-SNAPSHOT</version>
</parent>
<artifactId>com.io7m.jspatial.tests</artifactId>

<properties>
<mdep.analyze.skip>true</mdep.analyze.skip>
</properties>

<packaging>jar</packaging>
<name>com.io7m.jspatial.tests</name>
<description>Spatial data structures (Unit tests)</description>
<url>https://www.io7m.com/software/jspatial/</url>

<properties>
<spotbugs.skip>true</spotbugs.skip>
<mdep.analyze.skip>true</mdep.analyze.skip>
<checkstyle.skip>true</checkstyle.skip>
</properties>

<dependencies>
<dependency>
<groupId>com.io7m.jintegers</groupId>
Expand Down Expand Up @@ -69,28 +71,19 @@
<dependency>
<groupId>net.java.quickcheck</groupId>
<artifactId>quickcheck</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-core</artifactId>
<scope>test</scope>
</dependency>
</dependencies>

<build>
<plugins>
<!-- Check style -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
</plugin>

<!-- Determine test coverage -->
<plugin>
<groupId>org.jacoco</groupId>
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/*
* Copyright © 2017 Mark Raynsford <code@io7m.com> https://www.io7m.com
*
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice appear in all copies.
*
*
* THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
* MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
Expand Down

This file was deleted.

4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<groupId>com.io7m.jspatial</groupId>
<artifactId>com.io7m.jspatial</artifactId>
<version>3.0.0-beta0003</version>
<version>3.0.0-SNAPSHOT</version>

<packaging>pom</packaging>
<name>com.io7m.jspatial</name>
Expand All @@ -30,7 +30,7 @@
</modules>

<properties>
<io7m.api.previousVersion>3.0.0-beta0003</io7m.api.previousVersion>
<io7m.api.previousVersion>3.0.0-SNAPSHOT</io7m.api.previousVersion>
<io7m.com.io7m.jspatial.jregions.version>4.0.0</io7m.com.io7m.jspatial.jregions.version>
<io7m.java.targetJavaVersion>21</io7m.java.targetJavaVersion>
<io7m.org.immutables.version>2.10.1</io7m.org.immutables.version>
Expand Down

0 comments on commit d858634

Please sign in to comment.