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

ArduPilot / MethodicConfigurator / 23459576880
94%

Build:
DEFAULT BRANCH: master
Ran 24 Mar 2026 01:33AM 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

23 Mar 2026 08:53PM UTC coverage: 93.801% (+0.002%) from 93.799%
23459576880

push

github

amilcarlucas
fix(reliability): replace SystemExit with catchable ParamFileError

SystemExit on malformed .param files kills the entire GUI with no
recovery. Users lose unsaved work with no opportunity to fix the file.

- Add ParamFileError(ValueError) exception class
- Replace all 9 raise SystemExit in data_model_par_dict.py
- Narrow try/except ValueError to only cover float() conversion,
  moving isfinite check outside to avoid subclass catch conflict
- Update all 5 callers to catch ParamFileError instead of SystemExit
- Update all tests across 5 test files to expect ParamFileError
- Wrap long import line in annotate_params.py

Closes #1416

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

1679 of 1748 branches covered (96.05%)

11076 of 11808 relevant lines covered (93.8%)

3.74 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
2
96.15
0.08% data_model_vehicle_project_opener.py
28
87.69
0.0% annotate_params.py
Jobs
ID Job ID Ran Files Coverage
1 run-windows-latest-py3.14 - 23459576880.1 24 Mar 2026 01:33AM UTC 79
93.53
GitHub Action Run
2 run-macos-latest-py3.14 - 23459576880.2 24 Mar 2026 03:16AM UTC 79
93.51
GitHub Action Run
3 run-ubuntu-latest-py3.9 - 23459576880.3 24 Mar 2026 03:41AM UTC 79
93.72
GitHub Action Run
4 run-ubuntu-latest-py3.14 - 23459576880.4 24 Mar 2026 03:38AM UTC 79
93.71
GitHub Action Run
Source Files on build 23459576880
  • 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 #23459576880
  • 2308180b on github
  • Prev Build on fix_tuning_report (#23436015000)
  • Next Build on master (#23473126304)
  • 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