Commit 5c25e72
feat(ci): add developer experience improvements (Phase 4)
This commit adds several developer experience improvements to the CI workflows:
1. **Workflow Status Badges**: Added badges for all package workflows to the
main README.md, providing at-a-glance visibility of test status for each package.
2. **Test Summaries**: Added automatic test result summaries to workflow runs
using GitHub Actions job summaries. Each test run now generates a formatted
summary showing pass/fail status, package name, SDK version, and whether
Docker services were required.
3. **Coverage Reporting**: Added test coverage generation for stable SDK runs.
Coverage reports are generated using the `coverage` package and uploaded
as artifacts for 7 days, allowing developers to download and review coverage
locally.
These improvements enhance visibility into CI status and make it easier to
understand test results at a glance.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent 8ff46ff commit 5c25e72
2 files changed
+48
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
| 94 | + | |
| 95 | + | |
94 | 96 | | |
95 | 97 | | |
96 | 98 | | |
97 | 99 | | |
98 | 100 | | |
99 | 101 | | |
100 | 102 | | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
101 | 140 | | |
102 | 141 | | |
103 | 142 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
5 | 14 | | |
6 | 15 | | |
7 | 16 | | |
| |||
0 commit comments