Skip to content

Commit 21dfd81

Browse files
committed
docs:
Update README with change-detection branch links and impact metrics
1 parent 27c054f commit 21dfd81

1 file changed

Lines changed: 14 additions & 4 deletions

File tree

README.md

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -174,10 +174,10 @@ Action + planner flow validated on production repos with real merge history:
174174

175175
| Repository | Crates | Fork |
176176
|---|---|---|
177-
| [tokio-rs/tokio](https://github.com/tokio-rs/tokio) | 10 | [Config + Guide](https://github.com/loadingalias/cargo-rail-testing/tree/main/tokio) |
178-
| [helix-editor/helix](https://github.com/helix-editor/helix) | 14 | [Config + Guide](https://github.com/loadingalias/cargo-rail-testing/tree/main/helix) |
179-
| [meilisearch/meilisearch](https://github.com/meilisearch/meilisearch) | 23 | [Config + Guide](https://github.com/loadingalias/cargo-rail-testing/tree/main/meilisearch) |
180-
| [helixdb/helix-db](https://github.com/helixdb/helix-db) | 6 | [Config + Guide](https://github.com/loadingalias/cargo-rail-testing/tree/main/helix-db) |
177+
| [tokio-rs/tokio](https://github.com/tokio-rs/tokio) | 10 | [Config + Guide](https://github.com/loadingalias/cargo-rail-testing/tree/change-detection/tokio) |
178+
| [helix-editor/helix](https://github.com/helix-editor/helix) | 14 | [Config + Guide](https://github.com/loadingalias/cargo-rail-testing/tree/change-detection/helix) |
179+
| [meilisearch/meilisearch](https://github.com/meilisearch/meilisearch) | 23 | [Config + Guide](https://github.com/loadingalias/cargo-rail-testing/tree/change-detection/meilisearch) |
180+
| [helixdb/helix-db](https://github.com/helixdb/helix-db) | 6 | [Config + Guide](https://github.com/loadingalias/cargo-rail-testing/tree/change-detection/helix-db) |
181181

182182
**Validation forks**: [cargo-rail-testing](https://github.com/loadingalias/cargo-rail-testing) — full configs, integration guides, and reproducible artifacts.
183183

@@ -187,6 +187,16 @@ Action + planner flow validated on production repos with real merge history:
187187
- Isolated crate changes run targeted tests (not entire workspace)
188188
- Plan matches local behavior (`cargo rail plan --merge-base` previews CI gates)
189189

190+
**Measured impact (last 20 commits per repo):**
191+
192+
| Repository | Could Skip Build | Could Skip Tests | Targeted (Not Full Run) |
193+
|---|---:|---:|---:|
194+
| tokio | 10% | 0% | 95% |
195+
| meilisearch | 35% | 35% | 60% |
196+
| helix | 30% | 30% | 40% |
197+
| helix-db | 10% | 10% | 75% |
198+
| **Aggregate (80 commits)** | **21%** | **19%** | **68%** |
199+
190200
**Each fork includes:**
191201
- `.config/rail.toml` — production-ready config with custom surfaces
192202
- `docs/cargo-rail-integration-guide.md` — step-by-step CI integration with workflow examples

0 commit comments

Comments
 (0)