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

ArduPilot / MethodicConfigurator / 27105673598
94%

Build:
DEFAULT BRANCH: master
Ran 07 Jun 2026 09:52PM 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

07 Jun 2026 09:42PM UTC coverage: 94.441%. Remained the same
27105673598

push

github

amilcarlucas
fix(MAVFTP): prevent MAVFTP write path crashes for empty files and None write_list

- Fix wrong condition order in __send_more_writes (line 875):
  len(None) raises TypeError before is None check runs.
  Swap to: if self.write_list is None or len(self.write_list) == 0

- Fix ZeroDivisionError in __handle_write_reply (line 915):
  Uploading empty file sets write_total=0, causing modulo by zero.
  Early-return with ERR_None when write_total == 0.

- Fix missing None guard before len(write_list) in __send_more_writes
  (line 886): same TypeError if write_list is None at that point.

Add three regression tests covering each crash scenario.

1948 of 2020 branches covered (96.44%)

12420 of 13151 relevant lines covered (94.44%)

2.83 hits per line

Jobs
ID Job ID Ran Files Coverage
1 run-ubuntu-latest-py3.10 - 27105673598.1 07 Jun 2026 09:58PM UTC 81
94.37
GitHub Action Run
2 run-windows-latest-py3.14 - 27105673598.2 07 Jun 2026 09:52PM UTC 81
94.2
GitHub Action Run
3 run-ubuntu-latest-py3.14 - 27105673598.3 07 Jun 2026 09:58PM UTC 81
94.35
GitHub Action Run
Source Files on build 27105673598
  • Tree
  • List 81
  • 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 #27105673598
  • b93e2da2 on github
  • Prev Build on master (#27104901336)
  • Next Build on master (#27105744050)
  • 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