From 6b0a377756129e7bfc70e47aab5466cef01bf3e5 Mon Sep 17 00:00:00 2001 From: Paul Koch Date: Fri, 26 Jul 2024 13:25:32 -0700 Subject: [PATCH] rename tests and expose coverage --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 860836943..eea0fbc8c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -370,11 +370,11 @@ jobs: if: success() || failure() uses: actions/upload-artifact@v4 with: - name: test_results_${{ matrix.name }} + name: tests_${{ matrix.name }} path: tmp/zqmr/t/junit/test-results.xml - name: Publish code coverage results - if: startsWith(matrix.image.name, 'windows') + if: startsWith(matrix.image, 'windows') uses: actions/upload-artifact@v4 with: - name: coverage_results_${{ matrix.name }} + name: coverage_${{ matrix.name }} path: tmp/zqmr/t/coverage.xml