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

wboayue / rust-ibapi / 22366617466
86%

Build:
DEFAULT BRANCH: main
Ran 24 Feb 2026 07:33PM 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

24 Feb 2026 07:27PM UTC coverage: 85.637%. Remained the same
22366617466

push

github

web-flow
feat: add utoipa feature flag with ToSchema on public types (#428)

* feat: add `utoipa` feature flag with ToSchema derives on public types

Add an optional `utoipa` feature flag that conditionally derives
`utoipa::ToSchema` on all public data model types with Serialize/Deserialize.
This enables users building OpenAPI-documented APIs on top of ibapi to get
schema generation without newtype wrappers.

- Add `utoipa` feature and optional dep (v5, with `time` support)
- Annotate 96 types across 14 files with `cfg_attr(feature = "utoipa", ...)`
- Exclude builders, iterators, subscriptions, clients, and error types
- Add compile-time smoke test gated behind `#[cfg(all(test, feature = "utoipa"))]`

Closes #425

* feat: extend utoipa ToSchema to all public data types

Annotate ~47 additional public types that don't have Serialize/Deserialize
with cfg_attr ToSchema derives, covering OptionComputation, ContractDescription,
MarketRule, Execution, CommissionReport, ExerciseAction, TickType, and more.

9009 of 10520 relevant lines covered (85.64%)

121.83 hits per line

Jobs
ID Job ID Ran Files Coverage
1 22366617466.1 24 Feb 2026 07:33PM UTC 103
85.64
GitHub Action Run
Source Files on build 22366617466
  • Tree
  • List 103
  • Changed 15
  • Source Changed 15
  • Coverage Changed 15
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #22366617466
  • 7e06c16f on github
  • Prev Build on main (#22365342268)
  • Next Build on main (#22366715934)
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