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

prisma-risk / tsoracle / 27031529622
95%

Build:
DEFAULT BRANCH: main
Ran 05 Jun 2026 06:09PM UTC
Jobs 1
Files 93
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 Jun 2026 06:01PM UTC coverage: 95.045% (-0.01%) from 95.056%
27031529622

push

github

web-flow
chore(server): drop blanket dead_code allows in reporter/heartbeat (#638)

The reporter and heartbeat modules carried module-level
`#![allow(dead_code)]` suppressions plus stale comments the project's
conventions keep out of committed code. The reporter allow was scaffold
left from before its call sites existed; every counter is now read from
service.rs/fence.rs, so the blanket allow masked genuinely-unused
private items instead of documenting pending wire-up.

heartbeat.rs needs no replacement annotation — the module is already
cfg(feature = "tracing")-gated, so under tracing every item is
reachable. reporter.rs keeps four precise cfg_attr annotations for the
items the compiler flags once the blanket allow is gone: the private
`name` fields (read only by the metrics-gated recorder forward) and the
pub(crate) snapshot accessors (read only by the tracing-gated
heartbeat) — mirroring the existing treatment of `heartbeat_interval`
in server.rs.

Verified clean across --no-default-features, default, and --all-features
builds plus clippy -D warnings.

Closes #627

Signed-off-by: Sebastian Thiebaud <sebastian@prismarisk.com>

17284 of 18185 relevant lines covered (95.05%)

293444.71 hits per line

Coverage Regressions

Lines Coverage ∆ File
2
93.56
-0.12% crates/tsoracle-client/src/retry.rs
Jobs
ID Job ID Ran Files Coverage
1 27031529622.1 05 Jun 2026 06:09PM UTC 93
95.05
GitHub Action Run
Source Files on build 27031529622
  • Tree
  • List 93
  • Changed 3
  • Source Changed 2
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #27031529622
  • 8e3dc151 on github
  • Prev Build on main (#26995025623)
  • Next Build on main (#27032096764)
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