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

kaidokert / rm32 / 25235654056
63%

Build:
DEFAULT BRANCH: main
Ran 01 May 2026 10:20PM 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 10:20PM UTC coverage: 63.131% (+0.2%) from 62.944%
25235654056

push

github

web-flow
Replace TransferActions boolean explosion with enum (#40)

* Replace TransferActions boolean explosion with enum

TransferActions had 9 fields with mutually exclusive combinations.
Replace with TransferAction enum (6 variants) + DetectedProtocol
enum + paired frametime Option. Invalid states now unrepresentable.

* Fix 4 review issues: servo_pwm, telemetry flag, newinput, else-if

1. Harness missing shared.set_servo_pwm(true) on servo detection
2. set_send_telemetry only sets true, never clears (matches old behavior)
3. Harness DshotCommand newinput=0 now unconditional
4. Use else-if for mutually exclusive dshot/servo processing

* Fix firmware: gate DShot throttle on EDT_ARMED, add regression test

C firmware (dshot.c) only sets newinput from DShot throttle when
EDT_ARMED is true. The Rust firmware ISR handler was applying throttle
unconditionally — the harness already had the correct guard.

Add edt_armed_throttle_gate.txt blackbox test that verifies:
- EDT_ARMED=0 + throttle=1500 → newinput=0 (rejected)
- EDT_ARMED=1 + throttle=1500 → newinput=1500 (accepted)

This test would have caught the missing gate.

0 of 76 new or added lines in 2 files covered. (0.0%)

2 existing lines in 2 files now uncovered.

3601 of 5704 relevant lines covered (63.13%)

761.5 hits per line

Uncovered Changes

Lines Coverage ∆ File
53
0.0
0.0% rm32/src/bin/harness.rs
23
0.0
0.0% rm32/src/transfer.rs

Coverage Regressions

Lines Coverage ∆ File
1
0.0
0.0% rm32/src/bin/harness.rs
1
0.0
0.0% rm32/src/transfer.rs
Jobs
ID Job ID Ran Files Coverage
1 25235654056.1 01 May 2026 10:20PM UTC 34
63.13
GitHub Action Run
Source Files on build 25235654056
  • Tree
  • List 34
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #25235654056
  • 91780568 on github
  • Prev Build on main (#25232272948)
  • 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