Commit bcd0c76
committed
feat(ci): Add native test result summaries
Enhances CI workflow with automated reporting for better visibility:
**Native Test Result Summaries:**
- Adds GitHub job summary showing test pass/fail status
- Displays formatted table with total/passed/failed test counts
- Uses only native GitHub features ($GITHUB_STEP_SUMMARY)
- No third-party actions required for test reporting
**Benefits:**
- Test results summary on workflow run page
- Maintains existing artifact upload for manual inspection
- All reporting uses native or org-approved tools1 parent 9597dfa commit bcd0c76
1 file changed
+33
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
42 | 74 | | |
43 | 75 | | |
44 | 76 | | |
| |||
0 commit comments