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

kaidokert / rm32 / 25193999729
62%
main: 63%

Build:
Build:
LAST BUILD BRANCH: tmps
DEFAULT BRANCH: main
Ran 30 Apr 2026 11:15PM 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:13PM UTC coverage: 61.522% (-0.5%) from 62.014%
25193999729

Pull #22

github

kaidokert
Tighten visibility to pub(crate), delete dead code surfaced by compiler

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
Pull Request #22: Tighten visibility to pub(crate), delete 12 dead items surfaced by compiler

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

60 existing lines in 1 file now uncovered.

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

Coverage Regressions

Lines Coverage ∆ File
60
66.58
0.35% rm32/src/main_state.rs
Jobs
ID Job ID Ran Files Coverage
1 25193999729.1 30 Apr 2026 11:15PM UTC 34
61.52
GitHub Action Run
Source Files on build 25193999729
  • 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 #25193999729
  • Pull Request #22
  • PR Base - main (#25193216545)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc