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

mavlink / MAVSDK / 11188885859
48%

Build:
DEFAULT BRANCH: main
Ran 05 Oct 2024 12:51AM UTC
Jobs 1
Files 256
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

05 Oct 2024 12:36AM UTC coverage: 37.987% (-0.007%) from 37.994%
11188885859

push

github

web-flow
TCP sendto removal + error when UDP for hostnames (#2414)

- UDP inet_pton(remote_ip)'s result is not checked -> the server ends up
  sending packets to the null address when a hostname is given instead
of a IPv4 address. A error is now raised

- TCP is using sendto() instead of send(). We can thus remove a useless
inet_pton() call (which moreover differs from the gethostbyaddr used in
setup_port() - possible issues when using hostnames)

Signed-off-by: Benoit Maurin <maurinbe@gmail.com>

3 of 9 new or added lines in 2 files covered. (33.33%)

3 existing lines in 1 file now uncovered.

11460 of 30168 relevant lines covered (37.99%)

264.26 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
73.63
0.0% src/mavsdk/core/tcp_client_connection.cpp
5
84.0
-4.42% src/mavsdk/core/udp_connection.cpp

Uncovered Existing Lines

Lines Coverage ∆ File
3
74.31
-0.32% src/mavsdk/core/mavlink_ftp_client.cpp
Jobs
ID Job ID Ran Files Coverage
1 11188885859.1 05 Oct 2024 12:51AM UTC 633
32.85
GitHub Action Run
Source Files on build 11188885859
  • Tree
  • List 256
  • Changed 68
  • Source Changed 0
  • Coverage Changed 40
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 27c5c307 on github
  • Prev Build on main (#11155255656)
  • Next Build on main (#11195967666)
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