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

kaidokert / rm32 / 25229602347 / 1
63%
main: 63%

Build:
DEFAULT BRANCH: main
Ran 01 May 2026 07:31PM UTC
Files 34
Run time 1s
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

01 May 2026 07:30PM UTC coverage: 62.839% (+0.2%) from 62.667%
25229602347.1

push

github

web-flow
Make CRSF throttle_channel a const, add channel extraction test (#37)

* Make CRSF throttle_channel a const, add channel extraction test

throttle_channel was a pub struct field set to 2 and never modified.
Replace with pub const THROTTLE_CHANNEL: usize = 2.

Document the C/Rust convention difference (C uses index 1, Rust uses
index 2 — both refer to AETR channel 3 / Throttle).

Add test that builds a CRSF frame with a known value in channel 2,
parses it, and verifies the throttle mapping produces the correct
ESC throttle value (1034 for CRSF value 1000).

* Fix misleading comment about C channel index, clean up dead test code

The comment incorrectly claimed C index 1 mapped to the same channel
as Rust index 2. In fact, the C variable is declared but never used
(CRSF is behind an uncompiled flag). Updated comment to state this.

Remove dead payload construction code left over from test iteration.

3595 of 5721 relevant lines covered (62.84%)

769.72 hits per line

Source Files on job 25229602347.1
  • Tree
  • List 34
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 25229602347
  • d88649ce on github
  • Prev Job for on main (#25225114164.1)
  • Next Job for on main (#25230743663.1)
  • Delete
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