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

mendersoftware / mender-mcu / 1991553009 / 2
57%
main: 0%

Build:
Build:
LAST BUILD BRANCH: pr_209
DEFAULT BRANCH: main
Ran 19 Aug 2025 01:24PM UTC
Files 18
Run time 0s
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

19 Aug 2025 12:53PM UTC coverage: 22.813%. First build
1991553009.2

push

gitlab-ci

danielskinstad
chore: return int in response callbacks

This is needed in order to use Zephyr 4.2.0

From https://docs.zephyrproject.org/latest/releases/migration-guide-4.2.html:
```
The http_response_cb_t HTTP client response callback signature has changed.
The callback function now returns int instead of void. This allows the
application to abort the HTTP connection. Existing applications need to
update their response callback implementations. To retain current behavior,
simply return 0 from the callback.
```

In order to not break backwards compatibility we use Zephyr's `ZEPHYR_VERSION`
and `ZEPHYR_VERSION_CODE` to conditionally compile the old callbacks that return void
or the new ones that return int.

Ticket: MEN-8638

Signed-off-by: Daniel Skinstad Drabitzius <daniel.drabitzius@northern.tech>

712 of 3121 relevant lines covered (22.81%)

11.31 hits per line

Source Files on job unit-tests - 1991553009.2
  • Tree
  • List 18
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 03776c
  • GitLab Build #publish:tests
  • 03776c51 on github
  • Next Job for on pr_213 (#2003557205.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