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

wboayue / realflight-bridge / #28
92%

Build:
DEFAULT BRANCH: main
Ran 05 Jan 2026 07:05AM UTC
Jobs 1
Files 8
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

05 Jan 2026 07:03AM UTC coverage: 84.452% (-0.5%) from 84.946%
#28

push

web-flow
perf: reduce allocations and improve modularity (#30)

* perf: reduce allocations in encode_control_inputs

- Use write! macro instead of format! to avoid 12 temporary string
  allocations per call
- Use connect_timeout for initial pool connections (consistency)

* perf: reduce allocations in hot paths

- Use std::mem::take instead of clone in XML decoder
- Add reusable response buffer in RealFlightRemoteBridge

* refactor: decouple ProxyServer from RealFlightLocalBridge

- Accept bridge via dependency injection (with_bridge constructor)
- Create bridge once at server start, not per-client
- Add Send bound to SoapClient trait for thread safety
- process_request now accepts &dyn RealFlightBridge

18 of 29 new or added lines in 4 files covered. (62.07%)

478 of 566 relevant lines covered (84.45%)

80.79 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
11
72.06
-1.38% src/bridge/remote.rs
Jobs
ID Job ID Ran Files Coverage
1 #28.1 05 Jan 2026 07:05AM UTC 8
84.45
Source Files on build #28
  • Tree
  • List 8
  • Changed 5
  • Source Changed 5
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 51e37b14 on github
  • Prev Build on main
  • Next Build on main
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