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

Alan-Jowett / sonde / 26060963043
82%

Build:
DEFAULT BRANCH: main
Ran 18 May 2026 09:30PM UTC
Jobs 1
Files 126
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

18 May 2026 09:16PM UTC coverage: 82.954%. Remained the same
26060963043

push

github

web-flow
fix(test-programs): avoid signed division in sensor decoders (#954)

BPF does not support signed division. The Fahrenheit conversion
`temp_mc * 9 / 5` in both `tmp102_sensor` and `sht40_sensor`
decoders used a signed `__s32` dividend, which clang rejects with
''unsupported signed division''.

Handle the sign manually (extract absolute value, divide unsigned,
re-apply sign) — the same pattern already used in the `program`
sections of these files for the Celsius conversion.

Co-authored-by: Alan Jowett <alan.jowett@microsoft.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

35161 of 42386 relevant lines covered (82.95%)

256.39 hits per line

Jobs
ID Job ID Ran Files Coverage
1 26060963043.1 18 May 2026 09:30PM UTC 126
82.95
GitHub Action Run
Source Files on build 26060963043
  • Tree
  • List 126
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #26060963043
  • 60989643 on github
  • Prev Build on main (#26058689638)
  • Next Build on main (#26060966975)
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