fix(test): replace shell=True with shell=False in cli_coverage_steps.py subprocess call #1071

Merged
CoreRasurae merged 1 commits from fix/m3-shell-true-subprocess into master 2026-03-23 23:21:30 +00:00

1 Commits

Author SHA1 Message Date
Luis Mendes bd18491b8d fix(test): replace shell=True with shell=False in cli_coverage_steps.py subprocess call
CI / benchmark-publish (pull_request) Has been skipped
CI / build (pull_request) Successful in 24s
CI / lint (pull_request) Successful in 3m20s
CI / quality (pull_request) Successful in 3m47s
CI / security (pull_request) Successful in 4m1s
CI / typecheck (pull_request) Successful in 4m7s
CI / unit_tests (pull_request) Successful in 5m46s
CI / docker (pull_request) Successful in 50s
CI / integration_tests (pull_request) Successful in 6m44s
CI / e2e_tests (pull_request) Successful in 9m41s
CI / coverage (pull_request) Successful in 11m37s
CI / status-check (pull_request) Successful in 1s
CI / benchmark-publish (push) Waiting to run
CI / build (push) Successful in 15s
CI / lint (push) Successful in 3m17s
CI / quality (push) Successful in 3m32s
CI / typecheck (push) Successful in 3m51s
CI / benchmark-regression (push) Waiting to run
CI / security (push) Successful in 4m0s
CI / integration_tests (push) Successful in 5m38s
CI / unit_tests (push) Successful in 5m40s
CI / docker (push) Successful in 1m9s
CI / e2e_tests (push) Successful in 7m17s
CI / coverage (push) Successful in 11m4s
CI / status-check (push) Successful in 3s
CI / benchmark-regression (pull_request) Failing after 27m59s
Replaced shell=True with shell=False and shlex.split() for command
tokenization in cli_coverage_steps.py, consistent with the pattern
already used in cli_plan_context_commands_steps.py. Audited all step
files for additional shell=True usages.

ISSUES CLOSED: #734
2026-03-23 22:22:16 +00:00