From 6315e7dbdb55a04f274f78372c42357683237109 Mon Sep 17 00:00:00 2001 From: Paul Koch Date: Fri, 26 Jul 2024 15:05:54 -0700 Subject: [PATCH] asdfsadf --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fae589b67..a356dd05a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -380,13 +380,13 @@ jobs: with: name: coverage_${{ matrix.name }} path: tmp/zqmr/t/coverage.xml - - name: Test report + - name: Test report ${{ matrix.name }} if: always() uses: dorny/test-reporter@v1 with: name: Test Results path: tmp/zqmr/t/junit/test-results.xml - reporter: junit + reporter: java-junit - name: Upload coverage to Codecov if: always() uses: codecov/codecov-action@v4