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

ArduPilot / MethodicConfigurator / 23688777357
94%

Build:
DEFAULT BRANCH: master
Ran 28 Mar 2026 04:01PM 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

28 Mar 2026 03:54PM UTC coverage: 93.842% (-0.003%) from 93.845%
23688777357

push

github

amilcarlucas
fix(params): guard against inf/nan from safe_evaluate reaching FC upload

safe_evaluate() can produce non-finite values (inf, nan) from
expressions like exp(1000), log(0), or conditional branches that
evaluate to infinity. These values bypass the existing ZeroDivisionError
and ValueError exception handlers and flow unchecked through
set_forced_or_derived_value() to the flight controller.

Add an isfinite() check on the evaluated result before creating the Par
object. Non-finite values are now rejected with a descriptive error
message, consistent with the existing validation pattern for forced vs
derived parameters.

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

1685 of 1752 branches covered (96.18%)

11094 of 11822 relevant lines covered (93.84%)

3.74 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
1
93.94
-0.38% data_model_vehicle_components_validation.py
8
90.96
0.51% backend_filesystem_configuration_steps.py
Jobs
ID Job ID Ran Files Coverage
1 run-windows-latest-py3.14 - 23688777357.1 28 Mar 2026 04:03PM UTC 79
93.54
GitHub Action Run
2 run-macos-latest-py3.14 - 23688777357.2 28 Mar 2026 04:01PM UTC 79
93.52
GitHub Action Run
3 run-ubuntu-latest-py3.9 - 23688777357.3 28 Mar 2026 04:10PM UTC 79
93.74
GitHub Action Run
4 run-ubuntu-latest-py3.14 - 23688777357.4 28 Mar 2026 04:10PM UTC 79
93.73
GitHub Action Run
Source Files on build 23688777357
  • 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 #23688777357
  • d2802afc on github
  • Prev Build on master (#23533740398)
  • Next Build on master (#23689875971)
  • 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