Commit d589900
test(bash-lint): track 'Resolve runtime imports (agent prompt)' in REQUIRED_STEP_DISPLAY_NAMES (#662)
The resolver_step() function in src/compile/extensions/ado_script.rs emits a
bash step with displayName 'Resolve runtime imports (agent prompt)'. This step
was already being shellchecked via the runtime-coverage-agent.md fixture, but
it was not listed in REQUIRED_STEP_DISPLAY_NAMES.
Without the guard, removing the fixture's trigger for this generator would
silently drop coverage without any test failure. Adding the name ensures the
harness fails fast if the generator stops being exercised.
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 75e8dbf commit d589900
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
| 112 | + | |
112 | 113 | | |
113 | 114 | | |
114 | 115 | | |
| |||
0 commit comments