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

kaidokert / rm32 / 25194441370
63%

Build:
DEFAULT BRANCH: main
Ran 30 Apr 2026 11:29PM 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

30 Apr 2026 11:28PM UTC coverage: 61.522% (-0.5%) from 62.014%
25194441370

push

github

web-flow
Tighten visibility to pub(crate), delete dead code surfaced by compiler (#22)

Change pub to pub(crate) on all struct fields, free functions, and
types not accessed from outside the rm32 crate. This surfaced 12
dead items that were hidden by pub suppressing dead_code warnings:

Deleted structs:
- InputState (state.rs) — shadowed by the real InputState in control/input.rs
- TelemetryState — only field (send_telemetry) was never read from struct

Deleted fields:
- BemfState::advance — written but never read
- MainState::telemetry — TelemetryState field never read

Deleted functions:
- throttle_to_setpoint, clamp_startup_duty — extracted but never wired up
- CurrentFilter::reset, EwmaPow2::value — never called

Deleted constants:
- SINE_SLOW_STEP_MIN, SINE_DUTY_OFFSET — only used by deleted functions

26 of 28 new or added lines in 7 files covered. (92.86%)

3201 of 5203 relevant lines covered (61.52%)

605.52 hits per line

Uncovered Changes

Lines Coverage ∆ File
2
28.45
-9.36% rm32/src/input_mapping.rs
Jobs
ID Job ID Ran Files Coverage
1 25194441370.1 30 Apr 2026 11:29PM UTC 34
61.52
GitHub Action Run
Source Files on build 25194441370
  • Tree
  • List 34
  • Changed 9
  • Source Changed 9
  • Coverage Changed 6
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #25194441370
  • 63be1e74 on github
  • Prev Build on main (#25193216545)
  • Next Build on main (#25196902395)
  • 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