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

Alan-Jowett / sonde / 26060966975
82%

Build:
DEFAULT BRANCH: main
Ran 18 May 2026 09:41PM 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.938% (-0.02%) from 82.954%
26060966975

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>

35154 of 42386 relevant lines covered (82.94%)

256.39 hits per line

Coverage Regressions

Lines Coverage ∆ File
7
80.72
-0.29% crates/sonde-azure-companion/src/main.rs
Jobs
ID Job ID Ran Files Coverage
1 26060966975.1 18 May 2026 09:41PM UTC 126
82.94
GitHub Action Run
Source Files on build 26060966975
  • Tree
  • List 126
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #26060966975
  • 60989643 on github
  • Prev Build on main (#26058689638)
  • Next Build on main (#26062526550)
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