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

ArduPilot / MethodicConfigurator / 28018491281
94%

Build:
DEFAULT BRANCH: master
Ran 23 Jun 2026 10:23AM UTC
Jobs 3
Files 82
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 Jun 2026 10:06AM UTC coverage: 94.415% (-0.003%) from 94.418%
28018491281

push

github

amilcarlucas
fix: support tab- and space-separated param files in migration name parsing

_param_name_from_line only correctly extracted the parameter name
from comma-separated (Mission Planner style) .param file lines.

ParDict.load_param_file_into_dict supports three separator formats:
comma, space, and tab (mavproxy style). For tab- or space-separated
lines, _param_name_from_line returned the entire line, value
included, instead of just the parameter name.

This broke duplicate-parameter detection during vehicle project
migration: when merging extracted parameter lines into an existing
destination file, the same parameter at a different value in the
source and destination would not be recognized as a duplicate,
producing an invalid .param file with the parameter listed twice.
Loading such a file later raises ParamFileError(Duplicated parameter).

Fixed by detecting the separator (comma, space then tab, matching
the priority order used by ParDict.load_param_file_into_dict) before
splitting off the parameter name.

1998 of 2069 branches covered (96.57%)

12627 of 13374 relevant lines covered (94.41%)

2.82 hits per line

Coverage Regressions

Lines Coverage ∆ File
2
96.85
-0.59% backend_filesystem_migration.py
Jobs
ID Job ID Ran Files Coverage
1 run-ubuntu-latest-py3.14 - 28018491281.1 23 Jun 2026 06:35PM UTC 82
94.33
GitHub Action Run
2 run-ubuntu-latest-py3.10 - 28018491281.2 23 Jun 2026 06:46PM UTC 82
94.34
GitHub Action Run
3 run-windows-latest-py3.14 - 28018491281.3 23 Jun 2026 10:23AM UTC 82
94.18
GitHub Action Run
Source Files on build 28018491281
  • Tree
  • List 82
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #28018491281
  • fdd3de69 on github
  • Prev Build on master (#27924506583)
  • Next Build on master (#28155706521)
  • 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