Skip to content

When looking for python binary to replace, need to handle single string and one word per parameter modes#2851

Merged
mcosgriff merged 2 commits intomainfrom
when-replacing-python-binary-need-to-handle-quoted-and-unquoted
Feb 19, 2026
Merged

When looking for python binary to replace, need to handle single string and one word per parameter modes#2851
mcosgriff merged 2 commits intomainfrom
when-replacing-python-binary-need-to-handle-quoted-and-unquoted

Conversation

@mcosgriff
Copy link
Copy Markdown
Contributor

CMD python start.py and CMD "python start.py" need to replace just python in these cases.

@codecov
Copy link
Copy Markdown

codecov bot commented Feb 19, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 78.73%. Comparing base (d2cf097) to head (1ff3d07).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2851      +/-   ##
==========================================
+ Coverage   77.68%   78.73%   +1.05%     
==========================================
  Files         471      667     +196     
  Lines       34532    54496   +19964     
  Branches      731      731              
==========================================
+ Hits        26827    42910   +16083     
- Misses       7625    11506    +3881     
  Partials       80       80              
Flag Coverage Δ
python 80.70% <ø> (-15.34%) ⬇️
ruby-api 80.26% <ø> (ø)
ruby-backend 82.07% <100.00%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@sonarqubecloud
Copy link
Copy Markdown

Copy link
Copy Markdown
Member

@ryanmelt ryanmelt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. There appears to be a real Playwright failure in TlmViewer that I'd like to fix in this PR. Please leave open and I'll merge once that is fixed.

@mcosgriff mcosgriff marked this pull request as ready for review February 19, 2026 21:36
@mcosgriff mcosgriff merged commit 3b7467f into main Feb 19, 2026
23 of 25 checks passed
@mcosgriff mcosgriff deleted the when-replacing-python-binary-need-to-handle-quoted-and-unquoted branch February 19, 2026 21:36
jmthomas pushed a commit that referenced this pull request Mar 21, 2026
…ng and one word per parameter modes (#2851)

* When replacing the python binary need to handle CMD python start.py and CMD "python start.py"

* fix python unit test

---------

Co-authored-by: Ryan Melton <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants