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

wboayue / rust-ibapi / 25267812824
92%

Build:
DEFAULT BRANCH: main
Ran 03 May 2026 02:33AM UTC
Jobs 1
Files 114
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

03 May 2026 02:32AM UTC coverage: 88.611%. Remained the same
25267812824

push

github

web-flow
fix(orders): OrderStatus prices to Option<f64> (closes #441) (#491)

* fix(orders): OrderStatus prices to Option<f64> (closes #441)

IBKR sends UNSET_DOUBLE (1.7976931348623157E308) for unset price
fields; the typed Option makes "unset" explicit instead of leaking
f64::MAX. average_fill_price, last_fill_price, market_cap_price all
flip from f64 to Option<f64>.

Text decoder uses next_optional_double(); protobuf decoder passes the
optional fields through directly. Matches the protobuf spec and C#
reference (EDecoder.cs uses double.MaxValue as the unset sentinel for
the same three fields).

Pre-existing dead_code warning under --features sync in
accounts/common/test_tables.rs gated with
cfg_attr(not(feature = "async"), allow(dead_code)) to keep workspace
clippy-clean across configs.

* review: drop allocating display, align Filled fixture, trim test comments

6 of 6 new or added lines in 1 file covered. (100.0%)

17124 of 19325 relevant lines covered (88.61%)

24.69 hits per line

Jobs
ID Job ID Ran Files Coverage
1 25267812824.1 03 May 2026 02:33AM UTC 114
88.61
GitHub Action Run
Source Files on build 25267812824
  • Tree
  • List 114
  • Changed 3
  • Source Changed 3
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #25267812824
  • cf45c834 on github
  • Prev Build on main (#25267123189)
  • Next Build on main (#25269131536)
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