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

wboayue / rust-ibapi / 25780055393
92%

Build:
DEFAULT BRANCH: main
Ran 13 May 2026 05:24AM 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

13 May 2026 05:22AM UTC coverage: 92.009% (+0.05%) from 91.964%
25780055393

push

github

web-flow
proto: hide module from public surface; drop dead decode_error_message (#575)

* proto: hide module from public surface; drop dead decode_error_message

pub mod proto → pub(crate) mod proto (lib.rs); both child modules
(encoders, decoders) likewise pub(crate). The raw protobuf bindings
were a generated mirror of upstream .proto files — any field rename
would have been a silent breaking change for any downstream importer.
Zero external consumers verified across examples/, integration/,
docs/, README.md.

Narrowing surfaced dead code:
- decode_error_message (dead since #450; test names string-match
  but never call it) — deleted, plus the now-unused prost::Message
  import in proto/decoders.rs.
- Three prost-generated *End structs (OpenOrdersEnd, PositionEnd,
  CompletedOrdersEnd) used only in #[cfg(test)] testdata builders —
  dead_code allowed at the proto module root alongside the existing
  missing_docs / clippy::all suppressions on the generated content.

Migration guide §16 added.

PR 2 of plans/hide-internal-types.md.

* proto: drop redundant #[allow(clippy::all)] on decoders module

The file-scope #![allow(clippy::all)] in src/proto/mod.rs already covers
child modules; the per-module attribute was dead. /simplify nit.

18941 of 20586 relevant lines covered (92.01%)

26.92 hits per line

Jobs
ID Job ID Ran Files Coverage
1 25780055393.1 13 May 2026 05:24AM UTC 128
92.01
GitHub Action Run
Source Files on build 25780055393
  • Tree
  • List 128
  • Changed 3
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #25780055393
  • cd3c588b on github
  • Prev Build on main (#25778025875)
  • Next Build on main (#25780080823)
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