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

wboayue / rust-ibapi / 22127633895
86%

Build:
DEFAULT BRANCH: main
Ran 18 Feb 2026 05:23AM UTC
Jobs 1
Files 103
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

18 Feb 2026 05:18AM UTC coverage: 85.543% (+0.03%) from 85.518%
22127633895

push

github

web-flow
Fix sync skip handling, remove dead retry infrastructure (#423)

* Fix sync skip handling, remove dead retry infrastructure

Rewrite sync next() as a loop handling Skip directly -- the previous
recursive approach never triggered (error was not stored for Skip)
and would have caused unbounded stack growth if it did.

Remove dead Retry variant and all retry infrastructure
(MAX_DECODE_RETRIES, RetryDecision, check_retry, should_retry_error)
since process_decode_result no longer produces Retry.

Clean up matching dead code in async next().

* Handle skip in try_next/next_timeout, scope test helpers

- Extract handle_response() -> NextAction to share decode/skip/error
  logic across next(), try_next(), and next_timeout()
- try_next() now loops on Skip instead of returning None
- next_timeout() loops on Skip with deadline tracking
- Move test struct/static inside test function body

31 of 50 new or added lines in 2 files covered. (62.0%)

8935 of 10445 relevant lines covered (85.54%)

121.12 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
4
89.89
5.51% src/subscriptions/async.rs
15
72.9
-1.18% src/subscriptions/sync.rs
Jobs
ID Job ID Ran Files Coverage
1 22127633895.1 18 Feb 2026 05:23AM UTC 103
85.54
GitHub Action Run
Source Files on build 22127633895
  • Tree
  • List 103
  • Changed 3
  • Source Changed 3
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #22127633895
  • 1895f034 on github
  • Prev Build on main (#22126629475)
  • Next Build on main (#22127678959)
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