• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

ArduPilot / MethodicConfigurator / 27091511427
94%

Build:
DEFAULT BRANCH: master
Ran 07 Jun 2026 11:55AM UTC
Jobs 3
Files 81
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

07 Jun 2026 11:41AM UTC coverage: 94.441% (-0.4%) from 94.879%
27091511427

push

github

amilcarlucas
feat(parameter editor): embed inline component editor into parameter editor window

When a configuration step declares a "component" field, the parameter
editor now shows a read/edit panel for that vehicle component directly
inside the same window, above the parameter editor table, removing the
need to go back to the component editor window.
To go back to the component editor window one has to close the application.

Changes:
- Add "component" field to relevant ArduCopter configuration steps and
  to the JSON schema/strings so other vehicle types can adopt it.
- Extend ComponentEditorWindowBase to support an embedded mode: skips
  BaseWindow init, reuses the parent window root, renders only the one
  named component into a plain ttk.Frame, and fires an on_component_change
  callback on every field edit.
- Add inline_component_container (LabelFrame, hidden until needed) and
  _update_inline_component_editor() to ParameterEditorWindow; the
  container is shown/hidden on every file-combobox change.
- Sync editor edits back to vehicle_components_fs.data["Components"]
  in-place in _on_component_data_changed() so the derived-parameter
  evaluator (which holds a reference to that same dict) sees the new
  values without a full step reload.
- Add refresh_current_step_derived_parameters() to ParameterEditor: a
  lightweight patch that recomputes only derived values in the existing
  current_step_parameters dict, preserving user edits, deleted params,
  and show-only-differences filtering.
- Extend handle_write_changes_workflow() to offer a separate save prompt
  for component changes when the user declines to save parameter changes.
- Track disk vs in-memory state in JsonWithSchema via _data_on_disk and
  has_unsaved_changes(); use explicit `is not None` guards (not falsy
  `or {}`) to handle empty-dict data correctly.
- Expose local_filesystem as a public property on ParameterEditor to
  avoid SLF001 violations in the frontend.
- Add add_template_controls() ... (continued)

1930 of 2002 branches covered (96.4%)

12369 of 13097 relevant lines covered (94.44%)

2.83 hits per line

Coverage Regressions

Lines Coverage ∆ File
144
81.92
-2.46% data_model_parameter_editor.py
31
91.6
-4.06% frontend_tkinter_component_editor_base.py
18
96.78
-0.35% frontend_tkinter_parameter_editor.py
13
92.91
0.06% frontend_tkinter_component_editor.py
11
90.76
-9.24% backend_filesystem_json_with_schema.py
3
94.43
-0.92% backend_filesystem_configuration_steps.py
Jobs
ID Job ID Ran Files Coverage
1 run-ubuntu-latest-py3.14 - 27091511427.1 07 Jun 2026 12:36PM UTC 81
94.35
GitHub Action Run
2 run-ubuntu-latest-py3.9 - 27091511427.2 07 Jun 2026 12:37PM UTC 81
94.36
GitHub Action Run
3 run-windows-latest-py3.14 - 27091511427.3 07 Jun 2026 11:55AM UTC 81
94.2
GitHub Action Run
Source Files on build 27091511427
  • Tree
  • List 81
  • Changed 7
  • Source Changed 0
  • Coverage Changed 7
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #27091511427
  • f707ac9c on github
  • Prev Build on master (#27091481214)
  • Next Build on master (#27092148406)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc