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

ArduPilot / MethodicConfigurator / 27103690149
94%

Build:
DEFAULT BRANCH: master
Ran 07 Jun 2026 08:28PM 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 08:19PM UTC coverage: 94.441% (-0.003%) from 94.444%
27103690149

push

github

amilcarlucas
fix(combobox): handle Tcl 9.0 empty-string return from current() in get_selected_key

Tcl 9.0 (bundled with uv standalone Python 3.10) changed the behavior of
ttk.Combobox.current(): when no item is selected it now returns "" (empty
string) instead of -1. The old guard `if i_index < 0` cannot handle this
because `self.tk.getint("")` raises TclError before the comparison is
reached, silently killing Tkinter event callbacks.

The broken callbacks left the ESC->FC protocol combobox entries in a stale
state (showing all options instead of the protocol-filtered subset), causing
four GUI integration tests to fail only on the Python 3.10 CI job:
- test_cascade_2_fc_esc_protocol_change_to_dshot150_expands_telem_type_widget_entries
- test_cascade_2_fc_esc_protocol_change_to_brushed_restricts_telem_type_widget_to_none
- test_cascade_3_telem_type_change_from_none_to_main_out_shows_bdshot_protocol_in_widget
- test_cascade_3_telem_type_change_from_none_to_serial_updates_protocol_widget

Fix get_selected_key() to catch TypeError (raised by the comparison on "")
and also guard explicitly against None/"" before the `< 0` check, so the
method safely returns None under both Tcl 8.6 and Tcl 9.0.

Signed-off-by: Amilcar do Carmo Lucas <amilcar.lucas@iav.de>

1948 of 2020 branches covered (96.44%)

12420 of 13151 relevant lines covered (94.44%)

2.83 hits per line

Coverage Regressions

Lines Coverage ∆ File
80
82.77
0.02% data_model_parameter_editor.py
50
76.34
0.05% frontend_tkinter_parameter_editor_table.py
21
89.91
0.02% frontend_tkinter_motor_test.py
20
89.66
0.03% backend_internet.py
20
91.62
0.02% frontend_tkinter_component_editor_base.py
18
96.78
0.0% frontend_tkinter_parameter_editor.py
15
89.01
-0.04% __main__.py
10
93.37
-0.04% frontend_tkinter_pair_tuple_combobox.py
8
97.64
0.0% data_model_vehicle_components_validation.py
4
95.24
-0.03% extract_param_defaults.py
2
97.6
-0.02% backend_filesystem_freedesktop.py
2
97.71
0.01% backend_flightcontroller_files.py
2
98.37
-0.01% frontend_tkinter_usage_popup_windows.py
1
99.0
-0.0% frontend_tkinter_base_window.py
1
98.81
-0.01% frontend_tkinter_stage_progress.py
Jobs
ID Job ID Ran Files Coverage
1 run-ubuntu-latest-py3.10 - 27103690149.1 07 Jun 2026 08:35PM UTC 81
94.37
GitHub Action Run
2 run-windows-latest-py3.14 - 27103690149.2 07 Jun 2026 08:28PM UTC 81
94.2
GitHub Action Run
3 run-ubuntu-latest-py3.14 - 27103690149.3 07 Jun 2026 08:34PM UTC 81
94.35
GitHub Action Run
Source Files on build 27103690149
  • Tree
  • List 81
  • Changed 38
  • Source Changed 0
  • Coverage Changed 38
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #27103690149
  • 67f3271d on github
  • Prev Build on master (#27096322898)
  • Next Build on master (#27104244425)
  • 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