Commit 8e95dec
test(bash-lint): track 'Append Node prompt', 'Append dotnet prompt', and 'ado-aw' in REQUIRED_STEP_DISPLAY_NAMES (#852)
Add three bash-step generators to REQUIRED_STEP_DISPLAY_NAMES that were
previously linted via fixtures but not explicitly tracked:
- 'Append Node prompt' — emitted by src/runtimes/node/extension.rs via
wrap_prompt_append("Node")
- 'Append dotnet prompt' — emitted by src/runtimes/dotnet/extension.rs via
wrap_prompt_append("dotnet")
- 'ado-aw' — emitted by src/compile/extensions/ado_aw_marker.rs (metadata
marker bash step)
Without these entries a silent deletion of any of these three generators
would go undetected by the coverage check.
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 01026f1 commit 8e95dec
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
116 | 119 | | |
117 | 120 | | |
118 | 121 | | |
| |||
0 commit comments