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

wboayue / rust-ibapi / 26483611814
92%

Build:
DEFAULT BRANCH: main
Ran 27 May 2026 12:43AM UTC
Jobs 1
Files 134
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

27 May 2026 12:40AM UTC coverage: 92.263% (-0.01%) from 92.275%
26483611814

push

github

web-flow
one_shot_request: flip processor sig to Fn(&ResponseMessage) (#643)

All 6 one_shot_request* helpers in src/common/request_helpers.rs (sync
+ async × { one_shot_request, one_shot_with_retry,
one_shot_request_with_retry }) take Fn(&ResponseMessage) /
FnOnce(&ResponseMessage). The `mut` on the `message` binding inside
each helper body is gone; processor calls pass &message.

12 closure wrappers dropped:
- accounts/sync/mod.rs: server_time, server_time_millis,
  managed_accounts, family_codes (4 sites)
- accounts/async/mod.rs: family_codes, managed_accounts, server_time,
  server_time_millis (4 sites)
- wsh/sync.rs + wsh/async.rs: decode_metadata_message +
  decode_event_data_message (4 sites)

Each `|msg| decoders::decode_X(msg)` collapsed to bare `decoders::decode_X`
via Rust's fn-item → impl Fn coercion. PR-D4a unblocked the WSH side by
removing .clone() from those decoders.

Plan tracker (plans/floor-213-ratchet.md /simplify follow-ups) marked
shipped.

16 of 20 new or added lines in 4 files covered. (80.0%)

1 existing line in 1 file now uncovered.

19246 of 20860 relevant lines covered (92.26%)

30.08 hits per line

Uncovered Changes

Lines Coverage ∆ File
2
93.88
-2.2% src/wsh/async.rs
2
93.48
-2.36% src/wsh/sync.rs

Coverage Regressions

Lines Coverage ∆ File
1
87.75
-0.18% src/transport/sync/mod.rs
Jobs
ID Job ID Ran Files Coverage
1 26483611814.1 27 May 2026 12:43AM UTC 134
92.26
GitHub Action Run
Source Files on build 26483611814
  • Tree
  • List 134
  • Changed 6
  • Source Changed 5
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #26483611814
  • 7630182f on github
  • Prev Build on main (#26482916368)
  • Next Build on main (#26483622719)
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