Skip to content

Conversation

jmthomas
Copy link
Member

closes #1986

Copy link

codecov bot commented Jul 31, 2025

Codecov Report

❌ Patch coverage is 20.00000% with 4 lines in your changes missing coverage. Please review.
✅ Project coverage is 80.25%. Comparing base (7d0d1b7) to head (91c12f7).
⚠️ Report is 13 commits behind head on main.

Files with missing lines Patch % Lines
openc3/lib/openc3/script/script_runner.rb 20.00% 4 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2251      +/-   ##
==========================================
- Coverage   80.26%   80.25%   -0.02%     
==========================================
  Files         638      638              
  Lines       47628    47634       +6     
  Branches      745      745              
==========================================
  Hits        38230    38230              
- Misses       9315     9321       +6     
  Partials       83       83              
Flag Coverage Δ
python 83.90% <ø> (-0.02%) ⬇️
ruby-api 84.70% <ø> (ø)
ruby-backend 82.96% <20.00%> (-0.02%) ⬇️

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.

Copy link

@@ -1618,6 +1618,7 @@ export default {
environment: env,
}
if (suiteRunner) {
// TODO 7.0: Should suiteRunner be snake case?
Copy link
Contributor

Choose a reason for hiding this comment

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

Better idea: we should use a library that handles the conversion so that we can use each language's conventions respectively. (OliveBranch?)

@jmthomas jmthomas merged commit 52e82eb into main Aug 1, 2025
28 of 29 checks passed
@jmthomas jmthomas deleted the script_cli branch August 1, 2025 21:49
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.

Allow running TestSuite tests from CLI
2 participants