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

ArduPilot / MethodicConfigurator / 24668920022 / 3
97%
master: 97%

Build:
DEFAULT BRANCH: master
Ran 20 Apr 2026 01:49PM UTC
Files 80
Run time 4s
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

20 Apr 2026 01:21PM UTC coverage: 93.894% (+0.02%) from 93.875%
24668920022.3

push

github

amilcarlucas
fix(params): mark test executable and catch float(result) conversion errors

Two follow-up fixes on top of the ConfigurationStepEvalError refactor:

- Set the executable bit on tests/test_data_model_safe_evaluator.py so
  ruff stops failing with EXE001 (shebang present but file not
  executable). The file was created with a shebang matching other
  tests; only the git mode bit was missing.

- Extend the outer except in compute_parameters to also catch
  ValueError and TypeError. The Par(float(result), ...) call on the
  non-eval path can raise either when result is a string that came
  from a values/Bitmask lookup but is not numerically convertible, or
  when the dict lookup returned an unexpected type. Without these,
  conversion errors escaped both try blocks and could abort the
  configuration-step load. SyntaxError, NameError, KeyError, and
  StopIteration remain for defensive coverage of the surrounding
  code paths.

Signed-off-by: Yash Goel <yashvardhan664@gmail.com>

1742 of 1806 branches covered (96.46%)

11394 of 12135 relevant lines covered (93.89%)

0.94 hits per line

Source Files on job run-windows-latest-py3.14 - 24668920022.3
  • Tree
  • List 80
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 24668920022
  • c29523a8 on github
  • Prev Job for on master (#24663004230.4)
  • Next Job for on master (#24711954128.)
  • 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