Skip to content

Commit 29fd3f6

Browse files
committed
Show test report
1 parent 6a66070 commit 29fd3f6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,12 @@ jobs:
6161
mkdir reports/ || echo "Directory exists"
6262
uv run coverage run -m pytest --junitxml=reports/junit/python${{ matrix.python-version }}.xml
6363
64+
- name: Show test results
65+
uses: mikepenz/action-junit-report@v5
66+
if: success() || failure() # always run even if the previous step fails
67+
with:
68+
report_paths: reports/junit/*.xml
69+
6470
- name: Upload coverage results
6571
uses: actions/upload-artifact@v6
6672
with:

0 commit comments

Comments
 (0)