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

wboayue / rust-ibapi / 26268158349
92%

Build:
DEFAULT BRANCH: main
Ran 22 May 2026 04:21AM UTC
Jobs 1
Files 133
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

22 May 2026 04:18AM UTC coverage: 92.238% (+0.02%) from 92.214%
26268158349

push

github

web-flow
realtime: MarketDepthBuilder + SmartDepth replaces market_depth(bool) (#619)

* realtime: MarketDepthBuilder + SmartDepth replaces market_depth(bool)

3-arg `market_depth(&contract, num_rows, is_smart_depth)` collapses into
`MarketDepthBuilder` with `.smart_depth(SmartDepth)` setter (default `No`)
and `.subscribe()` terminal. `is_smart_depth: bool` is now typed
`SmartDepth { Yes, No }` at `market_data::SmartDepth`, mirroring
`IgnoreSize`.

Final builder in the realtime sweep (plans/realtime-builders.md PR 3).
Prelude adds `MarketDepthBuilder` + `SmartDepth`. Migration §29.

* simplify: drop SmartDepth::is_enabled(); inline matches!() (IgnoreSize parity)

/simplify lens: `IgnoreSize` precedent inlines `matches!(..., Yes)` at
each call site rather than carrying a public predicate method. Mirror
that, drop the corresponding unit test, and consume `SmartDepth::default()`
inside `MarketDepthBuilder::new()` so the `#[derive(Default)]` is
load-bearing. Drop a redundant comment from the async example.

56 of 58 new or added lines in 3 files covered. (96.55%)

19214 of 20831 relevant lines covered (92.24%)

28.4 hits per line

Uncovered Changes

Lines Coverage ∆ File
1
89.41
2.57% src/market_data/realtime/async/mod.rs
1
85.88
2.99% src/market_data/realtime/sync/mod.rs
Jobs
ID Job ID Ran Files Coverage
1 26268158349.1 22 May 2026 04:21AM UTC 133
92.24
GitHub Action Run
Source Files on build 26268158349
  • Tree
  • List 133
  • Changed 4
  • Source Changed 4
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #26268158349
  • a860acbd on github
  • Prev Build on main (#26267163379)
  • Next Build on main (#26268218334)
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