From e2b1fc1f25457891d0b47e95ab03d41e74e6f8d0 Mon Sep 17 00:00:00 2001 From: Nikhil Badyal Date: Thu, 22 Aug 2024 00:17:56 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Upload=20test=20report=20to=20co?= =?UTF-8?q?decov?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/pytest.yml | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 9aae6e4..cefb0db 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -47,9 +47,6 @@ jobs: - name: "Run tests" uses: pavelzw/pytest-action@v2.2.0 - with: - report-title: >- - Pytest - Python ${{ matrix.PYTHON_VERSION }} - name: Upload coverage to Codecov uses: codecov/codecov-action@v4.5.0 @@ -61,3 +58,14 @@ jobs: uses: codecov/test-results-action@v1 with: token: ${{ secrets.CODECOV_TOKEN }} + + - name: Test reporter + uses: phoenix-actions/test-reporting@v15 + if: always() + with: + name: EsXport tests for (Python ${{ matrix.PYTHON_VERSION }}) + path: junit.xml + reporter: java-junit + output-to: step-summary + only-summary: true + max-annotations: 0