Commit bf4a60b
test(deploy): map POST /deploy/:id/wake in DoneBar route-coverage guard
The scale-to-zero wake route is live in the router but had no routeTestMap row,
so TestDoneBar_EveryRouteCovered failed ("route POST /deploy/:id/wake has no
mapped test and no exemption"). Map it to TestWake_HappyPath — the flag-ON
handler suite (deploy_wake_mock_test.go) drives the route through requireTeam +
the scale + DB-flip + re-read contract, which the guard's ../handlers AST scan
recognises as a covering integration test.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 997311e commit bf4a60b
1 file changed
Lines changed: 8 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
304 | 304 | | |
305 | 305 | | |
306 | 306 | | |
307 | | - | |
308 | | - | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
309 | 315 | | |
310 | 316 | | |
311 | 317 | | |
| |||
0 commit comments