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

systemd / systemd / 22601885815 / 1
72%
main: 72%

Build:
DEFAULT BRANCH: main
Ran 03 Mar 2026 03:01AM UTC
Files 1997
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

02 Mar 2026 11:59PM UTC coverage: 72.342% (-0.2%) from 72.572%
22601885815.1

push

github

yuwata
network: fix error aggregation in wwan_check_and_set_configuration()

When removing marked routes, the condition `if (ret)` incorrectly
overwrites any previously accumulated error in `ret` with the latest
return value `r`, even if `r >= 0` (success). This means an earlier
real error can be silently cleared by a subsequent successful
route_remove() call.

The parallel address_remove() block just above uses the correct
`if (r < 0)` pattern. Apply the same fix to the route_remove() block.

314857 of 435233 relevant lines covered (72.34%)

1137439.04 hits per line

Source Files on job 22601885815.1
  • Tree
  • List 1997
  • Changed 112
  • Source Changed 35
  • Coverage Changed 92
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 22601885815
  • fbf53385 on github
  • Prev Job for on main (#22556216196.1)
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