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

corebreaker / arbordb / 56
98%
main: 98%

Build:
Build:
LAST BUILD BRANCH: finalization
DEFAULT BRANCH: main
Ran 13 Jul 2026 03:08PM UTC
Jobs 1
Files 104
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 Jul 2026 09:25AM UTC coverage: 98.468%. First build
56

push

circleci

corebreaker
Exclude the remaining defensive and feature-absent runtime branches from coverage

Following the proc-macro markers, wrap the runtime crate's genuinely-unreachable branches in `// no-coverage:start` / `// no-coverage:stop` so the CI's grcov coverage reflects only reachable code. These are comment-only edits with no logic change:

- poisoned-lock fallbacks that only run if a mutex holder panicked (`cache.rs::poisoned`, `db/inner.rs` deposit/drain access log);
- corrupt-blob guards that a valid codec path never hits (`codec/archived.rs` unknown-tag and scalar-from-a-non-leaf);
- the newer-on-disk-version schema mismatch, reachable only by a file a future build wrote (`engine/functions.rs`);
- the required-feature rejects that are dead under `--all-features` (`engine/features.rs`) and the non-permissions `is_protected` / `is_readonly` fallbacks likewise dead under this feature build (`db/database.rs`);
- the non-"missing table" redb-error propagation arms, an I/O-level failure no test provokes (`txn/read.rs`).

Left unmarked because they are reachable and instead covered by a new test: the codec's length-of-a-non-list and entries-of-a-non-object guards, which a read accessor opened over the wrong-kind value drives (`tests/containers.rs`).

9965 of 10120 relevant lines covered (98.47%)

426988.71 hits per line

Jobs
ID Job ID Ran Files Coverage
1 56.1 13 Jul 2026 03:08PM UTC 104
98.47
CircleCI Job
Source Files on build 56
  • Tree
  • List 104
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • CircleCI Build #56
  • 116c4907 on github
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