Skip to content

Commit

Permalink
👷 Upload test report to codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilbadyal committed Aug 21, 2024
1 parent b961cd5 commit e0bbc88
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit e0bbc88

Please sign in to comment.