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

kaidokert / rm32 / 25229602347
63%

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

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

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.

29 of 30 new or added lines in 1 file covered. (96.67%)

3595 of 5721 relevant lines covered (62.84%)

769.72 hits per line

Uncovered Changes

Lines Coverage ∆ File
1
94.42
0.37% rm32/src/crsf.rs
Jobs
ID Job ID Ran Files Coverage
1 25229602347.1 01 May 2026 07:31PM UTC 34
62.84
GitHub Action Run
Source Files on build 25229602347
  • Tree
  • List 34
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #25229602347
  • d88649ce on github
  • Prev Build on main (#25225114164)
  • Next Build on main (#25230743663)
  • 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