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

kaidokert / winc-rs / 30776650637
82%
main: 82%

Build:
Build:
LAST BUILD BRANCH: fix/send-clobbers-pending-recv
DEFAULT BRANCH: main
Ran 03 Aug 2026 01:21AM UTC
Jobs 1
Files 38
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 Aug 2026 01:20AM UTC coverage: 81.582% (+0.01%) from 81.571%
30776650637

Pull #151

github

kaidokert
feat: net-stats feature — driver-level TCP/UDP + DNS counters

Gated behind net-stats (off by default, zero cost when unused). The WINC runs
the TCP/IP stack on-chip so the host can't see L2 frames — but the driver sees
every socket send/receive, so count them there.

- Process-global atomic counters incremented in the TCP send/receive, UDP
  send/receive, and DNS-query paths, on success only.
- NetStats { tcp/udp _tx/_rx _bytes/_ops, dns_queries }.
- WincClient::net_stats()/reset_net_stats() methods PLUS free wincwifi::
  net_stats()/reset_net_stats() that read without borrowing the client (needed
  when it's borrowed elsewhere, e.g. by a TLS stream).

Honest semantics (documented): app-layer TCP/UDP payload, not L2; *_ops are
socket calls, not wire packets.
Pull Request #151: feat: net-stats — driver-level TCP/UDP + DNS counters

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

1 existing line in 1 file now uncovered.

5249 of 6434 relevant lines covered (81.58%)

66173.31 hits per line

Coverage Regressions

Lines Coverage ∆ File
1
97.1
0.18% winc-rs/src/client/dns.rs
Jobs
ID Job ID Ran Files Coverage
1 30776650637.1 03 Aug 2026 01:21AM UTC 38
81.58
GitHub Action Run
Source Files on build 30776650637
  • Tree
  • List 38
  • Changed 5
  • Source Changed 5
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #30776650637
  • Pull Request #151
  • PR Base - main (#29160960941)
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