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

kaidokert / rm32 / 25179136222
61%
main: 63%

Build:
Build:
LAST BUILD BRANCH: tmps
DEFAULT BRANCH: main
Ran 30 Apr 2026 05: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 05:15PM UTC coverage: 61.261% (+0.3%) from 61.001%
25179136222

push

github

kaidokert
Replace boolean input flags with InputMode enum dispatch

InputMode { Unidirectional, BidirDshot(ReverseMode), BidirServo }
and ReverseMode { SpeedGated, RcCar } replace the bi_direction ×
rc_car_reverse × is_dshot boolean explosion in process_input.

Each match arm maps to exactly one input_mapping function with no
cross-mode contamination. InputMode::from_config() derives the mode
from EEPROM config + detected protocol; SystemTick recomputes it
each tick.

RC-car brake/reverse handshake extracted into apply_rc_car_result()
shared between DShot and servo RC-car arms. The is_dshot parameter
removed from process_input — mode carries that information.

Brake-on-stop guard now uses matches!() on InputMode instead of
checking config.rc_car_reverse.

57 of 107 new or added lines in 3 files covered. (53.27%)

1 existing line in 1 file now uncovered.

3245 of 5297 relevant lines covered (61.26%)

594.86 hits per line

Uncovered Changes

Lines Coverage ∆ File
43
78.17
3.69% rm32/src/control/input.rs
5
37.19
0.99% rm32/src/input_mapping.rs
2
0.0
0.0% rm32/src/system.rs

Coverage Regressions

Lines Coverage ∆ File
1
0.0
0.0% rm32/src/system.rs
Jobs
ID Job ID Ran Files Coverage
1 25179136222.1 30 Apr 2026 05:15PM UTC 34
61.26
GitHub Action Run
Source Files on build 25179136222
  • Tree
  • List 34
  • Changed 4
  • Source Changed 3
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #25179136222
  • 5e65c7e0 on github
  • Prev Build on main (#25177274537)
  • Next Build on pr7_1 (#25179530624)
  • 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