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

wboayue / rust-ibapi / 26198842711
92%

Build:
DEFAULT BRANCH: main
Ran 21 May 2026 12:55AM 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

21 May 2026 12:53AM UTC coverage: 92.147% (+0.006%) from 92.141%
26198842711

push

github

web-flow
orders: type Execution.side as ExecutionSide (typed-status sweep PR 5b) (#606)

C# Execution.cs:83 is authoritative: documented wire vocabulary is two
values, BOT and SLD. Short-sale fills emit SLD — the SSHORT designation
lives on the originating Action, not on Execution.side. The original
"wait for stock-RTH short-sale capture" gate was over-conservative;
PR 5a Phase-1 capture ({BOT, SLD}) matched the spec.

Exhaustive enum (no #[non_exhaustive]) since the field is binary in
the IBKR spec — callers get a compile-time signal if a hypothetical
third variant is ever added. Strict FromStr rejects unknown wire
strings via Error::Parse before any match fires.

- decode_execution returns Result<Execution, Error>; caller in
  decode_execution_data_proto uses transpose()? matching the contract
  decoder precedent.
- Default on ExecutionSide is Bought (arbitrary, only observed on
  placeholder Execution::default() instances).
- Test fixtures keep wire-format String (proto field).
- Added round-trip + reject-unknown tests; strengthened existing
  decoder tests with side assertion.
- Migration §23; tracker marked shipped.

19 of 19 new or added lines in 3 files covered. (100.0%)

19010 of 20630 relevant lines covered (92.15%)

27.34 hits per line

Jobs
ID Job ID Ran Files Coverage
1 26198842711.1 21 May 2026 12:55AM UTC 128
92.15
GitHub Action Run
Source Files on build 26198842711
  • Tree
  • List 128
  • Changed 3
  • Source Changed 3
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #26198842711
  • 4e67406d on github
  • Prev Build on main (#26195666014)
  • Next Build on main (#26199152253)
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