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

ArduPilot / MethodicConfigurator / 27505726197
94%

Build:
DEFAULT BRANCH: master
Ran 14 Jun 2026 05:02PM UTC
Jobs 3
Files 81
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

14 Jun 2026 04:54PM UTC coverage: 94.466%. Remained the same
27505726197

push

github

amilcarlucas
feat(connection renames): support multi-digit connection numbers in _generate_connection_renames

Previously, new_connection_prefix[:-1] and new_connection_prefix[-1]
only correctly extracted the type and number for single-digit
connection prefixes (e.g. CAN2, SERIAL3).

For multi-digit prefixes like BATT12, this incorrectly split the
prefix into type=BATT1, number=2 instead of type=BATT, number=12,
causing the connection rename feature to produce wrong parameter
names.

Fixed by using a regex to split the prefix into the alphabetic type
and the full numeric suffix, regardless of digit count.

Add three regression tests covering single-digit, multi-digit,
and invalid prefixes.

1958 of 2029 branches covered (96.5%)

12462 of 13192 relevant lines covered (94.47%)

2.83 hits per line

Jobs
ID Job ID Ran Files Coverage
1 run-windows-latest-py3.14 - 27505726197.1 14 Jun 2026 05:02PM UTC 81
94.23
GitHub Action Run
2 run-ubuntu-latest-py3.10 - 27505726197.2 14 Jun 2026 05:10PM UTC 81
94.39
GitHub Action Run
3 run-ubuntu-latest-py3.14 - 27505726197.3 14 Jun 2026 05:10PM UTC 81
94.38
GitHub Action Run
Source Files on build 27505726197
  • Tree
  • List 81
  • 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 #27505726197
  • 1c29920a on github
  • Prev Build on master (#27471331351)
  • 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