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

ArduPilot / MethodicConfigurator / 23533740398
94%

Build:
DEFAULT BRANCH: master
Ran 25 Mar 2026 10:27AM UTC
Jobs 4
Files 79
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

25 Mar 2026 09:21AM UTC coverage: 93.845% (+0.002%) from 93.843%
23533740398

push

github

amilcarlucas
fix(upload): replace recursive retry with iterative loop in upload_selected_params_workflow

The recursive retry path had three bugs:

1. Missing get_connection_progress_callback argument — the download
   callback factory was passed in position 7 (where connection callback
   belongs), causing wrong progress text on retry and no download
   progress at all.

2. Unbounded recursion — each retry added a stack frame, risking
   RecursionError on persistent FC communication issues.

3. Redundant side effects — _write_current_file() and the
   _at_least_one_changed reset executed once per recursion depth
   on unwind, not just once.

Replace with a while loop that re-runs the entire upload/validate
cycle on retry. All callback factories are now correctly re-invoked
each iteration, _write_current_file() runs exactly once after the
loop exits.

Closes #1427

Signed-off-by: Yash Goel <yashhzd@users.noreply.github.com>

1682 of 1749 branches covered (96.17%)

11085 of 11812 relevant lines covered (93.85%)

3.74 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
65
84.88
0.08% data_model_parameter_editor.py
Jobs
ID Job ID Ran Files Coverage
1 run-macos-latest-py3.14 - 23533740398.1 25 Mar 2026 05:32PM UTC 79
93.51
GitHub Action Run
2 run-ubuntu-latest-py3.14 - 23533740398.2 25 Mar 2026 06:29PM UTC 79
93.73
GitHub Action Run
3 run-windows-latest-py3.14 - 23533740398.3 25 Mar 2026 10:27AM UTC 79
93.53
GitHub Action Run
4 run-ubuntu-latest-py3.9 - 23533740398.4 25 Mar 2026 06:40PM UTC 79
93.72
GitHub Action Run
Source Files on build 23533740398
  • Tree
  • List 79
  • Changed 3
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #23533740398
  • be5df96a on github
  • Prev Build on master (#23533647457)
  • 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