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

wboayue / rust-ibapi / 26268158349 / 1
92%
main: 92%

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

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.

19214 of 20831 relevant lines covered (92.24%)

28.4 hits per line

Source Files on job 26268158349.1
  • Tree
  • List 133
  • Changed 4
  • Source Changed 4
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 26268158349
  • a860acbd on github
  • Prev Job for on main (#26267163379.1)
  • Next Job for on main (#26268218334.1)
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