Skip to content

Commit 9bcbb12

Browse files
committed
Add test summary action
1 parent de9baa1 commit 9bcbb12

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/testing.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,15 @@ jobs:
125125
- name: Test with pytest
126126
run: |
127127
cd ${CLAW}/pyclaw
128-
coverage run --source=src -m pytest -vv --showlocals --ignore=development -k "not test_shallow_sphere"
128+
coverage run --source=src -m pytest -vv --showlocals --ignore=development -k "not test_shallow_sphere" --junitxml=test-results.xml
129+
130+
- name: Process test results
131+
uses: test-summary/[email protected]
132+
if: always()
133+
with:
134+
paths: .test_report.xml
135+
output: test-summary.md
136+
show: all
129137

130138
- name: Upload to Coveralls
131139
if: always()

0 commit comments

Comments
 (0)