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

ArduPilot / MethodicConfigurator / 24668920022
96%

Build:
DEFAULT BRANCH: master
Ran 20 Apr 2026 01:34PM UTC
Jobs 4
Files 80
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

20 Apr 2026 01:21PM UTC coverage: 94.255% (+0.07%) from 94.189%
24668920022

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>

1797 of 1859 branches covered (96.66%)

11566 of 12271 relevant lines covered (94.25%)

3.72 hits per line

Jobs
ID Job ID Ran Files Coverage
2 run-ubuntu-latest-py3.14 - 24668920022.2 20 Apr 2026 01:48PM UTC 80
94.09
GitHub Action Run
3 run-windows-latest-py3.14 - 24668920022.3 20 Apr 2026 01:33PM UTC 80
93.89
GitHub Action Run
4 run-ubuntu-latest-py3.9 - 24668920022.4 20 Apr 2026 01:48PM UTC 80
94.1
GitHub Action Run
3 run-macos-latest-py3.14 - 24565866376.3 17 Apr 2026 07:27PM UTC 80
93.84
GitHub Action Run
Source Files on build 24668920022
  • 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 Repo
  • Github Actions Build #24668920022
  • c29523a8 on github
  • Prev Build on master (#24663004230)
  • Next Build 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