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

wboayue / rust-ibapi / 26178688199
92%

Build:
DEFAULT BRANCH: main
Ran 20 May 2026 05:26PM UTC
Jobs 1
Files 128
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

20 May 2026 05:24PM UTC coverage: 92.141%. Remained the same
26178688199

push

github

web-flow
orders: drop builder::{OrderBuilder, BracketOrderBuilder, BracketOrderIds, OrderId} duplicate paths (#602)

* orders: drop builder::{OrderBuilder, BracketOrderBuilder, BracketOrderIds, OrderId} duplicate paths

These four types were reachable at both `orders::*` (canonical) and
`orders::builder::*` (duplicate via `pub use order_builder::{...}` /
`pub use types::{...}` inside builder/mod.rs). Zero external callers
of the duplicate path; only crate-internal tests + sync/async impl files
referenced it, updated to canonical `orders::*` / `super::order_builder::`
/ `super::types::`. The low-level fluent layer (orders::builder::price,
algo builders, etc.) is unchanged.

`order_builder` and `types` submodules narrowed from `mod` to `pub(crate) mod`
so orders/mod.rs can re-export through them. Internal rustdoc link in
orders/common/order_builder/mod.rs:31 updated.

Plan: plans/one-way-to-spell.md (PR 3 of 5). Migration §22 added.

* orders: trim narrative comments (/simplify)

- Drop orphan back-pointer at builder/mod.rs:28 (stapled onto unrelated
  pub use types::{...} line; referenced names not in adjacent statement).
- Tighten orders/mod.rs:45 comment: state invariant instead of narrating
  the one-way-to-spell deletion; drop transient rule reference.

18994 of 20614 relevant lines covered (92.14%)

27.77 hits per line

Jobs
ID Job ID Ran Files Coverage
1 26178688199.1 20 May 2026 05:26PM UTC 128
92.14
GitHub Action Run
Source Files on build 26178688199
  • Tree
  • List 128
  • Changed 4
  • Source Changed 4
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #26178688199
  • 75423313 on github
  • Prev Build on main (#26147077901)
  • Next Build on main (#26180340691)
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