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

mendersoftware / mender-mcu / 1991553009
57%
main: 61%

Build:
Build:
LAST BUILD BRANCH: pr_209
DEFAULT BRANCH: main
Ran 19 Aug 2025 01:23PM UTC
Jobs 2
Files 26
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

19 Aug 2025 12:53PM UTC coverage: 57.289%. First build
1991553009

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>

2 of 2 new or added lines in 1 file covered. (100.0%)

2303 of 4020 relevant lines covered (57.29%)

70.38 hits per line

Jobs
ID Job ID Ran Files Coverage
1 integration-tests - 1991553009.1 19 Aug 2025 01:23PM UTC 20
61.07
2 unit-tests - 1991553009.2 19 Aug 2025 01:24PM UTC 18
22.81
Source Files on build 1991553009
  • Tree
  • List 26
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • GitLab CI Build #1991553009
  • 03776c51 on github
  • Next Build on pr_213 (#2003557205)
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

© 2025 Coveralls, Inc