Rework tests to use the PmdAnalysisResults record

This commit is contained in:
Erik C. Thauvin 2025-05-31 01:54:43 -07:00
parent 630f3fa8d2
commit be90889b8d
Signed by: erik
GPG key ID: 776702A6A2DA330E
7 changed files with 547 additions and 447 deletions

View file

@ -7,7 +7,6 @@ jobs:
strategy:
matrix:
java-version: [ 17, 21, 24 ]
kotlin-version: [ 1.9.25, 2.0.21, 2.1.20 ]
os: [ ubuntu-latest, windows-latest, macos-latest ]
runs-on: ${{ matrix.os }}
@ -28,4 +27,4 @@ jobs:
run: ./bld download
- name: Run tests
run: ./bld compile test
run: ./bld compile test

2
.idea/misc.xml generated
View file

@ -25,7 +25,7 @@
</option>
<option name="skipTestSources" value="false" />
</component>
<component name="ProjectRootManager" version="2" languageLevel="JDK_17" project-jdk-name="17" project-jdk-type="JavaSDK">
<component name="ProjectRootManager" version="2" languageLevel="JDK_17" default="true" project-jdk-name="17" project-jdk-type="JavaSDK">
<output url="file://$PROJECT_DIR$/build" />
</component>
</project>

File diff suppressed because it is too large Load diff