From 86c8cd995605c488df36938832dafdda6fc9b458 Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Mon, 19 May 2025 12:40:01 -0700 Subject: [PATCH] Generate and convert JUnit report for xunit-viewer --- .github/workflows/bld.yml | 3 +- .idea/misc.xml | 2 +- .../extension/CheckstyleOperationBuild.java | 31 ++++++++++++++++++- 3 files changed, 32 insertions(+), 4 deletions(-) diff --git a/.github/workflows/bld.yml b/.github/workflows/bld.yml index 6966bcb..b2bf24e 100644 --- a/.github/workflows/bld.yml +++ b/.github/workflows/bld.yml @@ -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 }} @@ -36,4 +35,4 @@ jobs: run: ./bld download - name: Run tests - run: ./bld compile test \ No newline at end of file + run: ./bld compile test diff --git a/.idea/misc.xml b/.idea/misc.xml index 2643b0c..dfdb820 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -29,7 +29,7 @@