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

ArduPilot / MethodicConfigurator / 34125351586
90%

Build:
DEFAULT BRANCH: master
Ran 07 Sep 2026 01:27PM UTC
Jobs 3
Files 145
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

07 Sep 2026 01:04PM UTC coverage: 89.316%. Remained the same
34125351586

push

github

amilcarlucas
test(acceptance): sort vehicle template discovery for deterministic order

get_vehicle_template_directories() returned templates in raw
Path.iterdir() order, which is filesystem dependent. The two tests that
consume the compounded_params_files fixture only examine the first 5 and
the first 10 discovered templates, so which templates are exercised
depended on the filesystem the tests happened to run on.

On the ubuntu-latest runners iterdir() yields the non-ArduCopter vehicle
types first, so the whole [:5] window landed on ArduPlane, Heli and Rover
templates. get_empty_template_dir() only resolves empty_4.6.x, which
ships for ArduCopter only, so every iteration hit the except/continue
path, all_comparisons stayed empty, and
test_component_inference_from_params_file_matches_original failed with
"No component comparisons were performed". The same commit passed on
macos-latest and windows-latest, where iterdir() happens to yield the
ArduCopter templates first.

Sorting every directory listing by lower-cased name makes discovery
independent of both the filesystem and the platform. Sorting the Path
objects directly would not be sufficient: PurePath comparison is
case-insensitive on Windows but case-sensitive on POSIX, so a plain
sorted() would still select a different window per platform.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Signed-off-by: cnYui <xiaobianfuai@gmail.com>

4705 of 5704 branches covered (82.49%)

17004 of 19038 relevant lines covered (89.32%)

2.66 hits per line

Jobs
ID Job ID Ran Files Coverage
1 run-ubuntu-latest-py3.10 - 34125351586.1 07 Sep 2026 01:49PM UTC 145
89.28
GitHub Action Run
2 run-ubuntu-latest-py3.14 - 34125351586.2 07 Sep 2026 01:46PM UTC 145
89.19
GitHub Action Run
3 run-windows-latest-py3.14 - 34125351586.3 07 Sep 2026 01:27PM UTC 145
89.06
GitHub Action Run
Source Files on build 34125351586
  • Tree
  • List 145
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #34125351586
  • 00703cf5 on github
  • Prev Build on master (#34110328674)
  • Next Build on master (#34400537058)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc