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

wboayue / rust-ibapi / 25360128067
92%

Build:
DEFAULT BRANCH: main
Ran 05 May 2026 05:50AM UTC
Jobs 1
Files 123
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

05 May 2026 05:49AM UTC coverage: 87.777%. Remained the same
25360128067

push

github

web-flow
fix(integration-tests): adapt to SubscriptionItem<T> from PR 3 (#510)

PR 3 (#506) changed Subscription::next() / next_timeout() to return
Option<Result<SubscriptionItem<T>, Error>> instead of Option<T>, but the
five integration test files in each of integration/{sync,async}/tests
were not updated. They did not fail default cargo test because the
integration/ workspace is not in default-members.

Patterns:
- callsites that just want the data: switched to next_data() /
  iter_data() (notices logged, returned as Option<Result<T, Error>>).
- callsites that pattern-match on PlaceOrder / CancelOrder: wrap in
  Some(Ok(SubscriptionItem::Data(...))) and add SubscriptionItem::Notice
  fall-through where a notice is acceptable.

While here, replace `&vec![]` with `&[]` (clippy useless-vec) at the
two scanner_subscription callsites.

Conditional-orders tests (added in #507) already used the new shape and
are unchanged.

17091 of 19471 relevant lines covered (87.78%)

25.98 hits per line

Jobs
ID Job ID Ran Files Coverage
1 25360128067.1 05 May 2026 05:50AM UTC 123
87.78
GitHub Action Run
Source Files on build 25360128067
  • Tree
  • List 123
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #25360128067
  • bb481af9 on github
  • Prev Build on main (#25359668914)
  • Next Build on main (#25360495756)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc