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

prisma-risk / tsoracle / 26671931406
95%

Build:
DEFAULT BRANCH: main
Ran 30 May 2026 02:31AM 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

30 May 2026 02:25AM UTC coverage: 95.362% (+0.2%) from 95.166%
26671931406

push

github

web-flow
ci(coverage): exclude e2e crate from coverage report (#582)

The kube-e2e-driver crate (the only thing under e2e/) was partially in
the Coveralls report: src/main.rs was dropped via the ignore-regex, but
tracker.rs stayed measured and src/bin/gen-certs.rs was never excluded
at all.

The e2e driver is the in-cluster assertion driver for the opt-in
Kubernetes e2e lane; it dials a live multi-node cluster and never runs
under cargo test. Its pure verdict logic (tracker.rs) has its own unit
tests, but those exercise only Tracker itself and earn no coverage for
any shipped crate, so keeping the crate in the coverage build added
nothing to the signal while diluting it with unreachable I/O code.

Drop the whole crate from the coverage build via --exclude (mirroring
bench-minimal) so nothing under e2e/ lands in lcov.info, and remove the
now-redundant per-file ignore-regex entry. tracker.rs continues to
compile and run its tests in the workspace 'test' CI job.

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

15234 of 15975 relevant lines covered (95.36%)

345426.43 hits per line

Jobs
ID Job ID Ran Files Coverage
1 26671931406.1 30 May 2026 02:31AM UTC 93
95.36
GitHub Action Run
Source Files on build 26671931406
  • Tree
  • List 93
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #26671931406
  • cd70b9be on github
  • Prev Build on main (#26671712029)
  • Next Build on main (#26678330128)
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