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

joaoh82 / rust_sqlite / 25364033136
65%

Build:
DEFAULT BRANCH: main
Ran 05 May 2026 07:46AM UTC
Jobs 1
Files 47
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 May 2026 07:42AM UTC coverage: 63.042% (+0.4%) from 62.595%
25364033136

push

github

web-flow
feat(storage): auto-VACUUM trigger after page-releasing DDL (SQLR-10) (#91)

Compacts the file in place after DROP TABLE / DROP INDEX / ALTER TABLE
DROP COLUMN whenever the freelist crosses a configurable fraction of
page_count (default 0.25, SQLite parity). The threshold is tunable
per-connection via Connection::set_auto_vacuum_threshold; pass None to
opt out and keep the manual-VACUUM-only behavior. Skipped mid-txn, on
in-memory / read-only DBs, and below a 16-page floor so tiny files
don't churn.

Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

154 of 170 new or added lines in 5 files covered. (90.59%)

7560 of 11992 relevant lines covered (63.04%)

1.2 hits per line

Uncovered Changes

Lines Coverage ∆ File
11
90.18
0.48% src/sql/pager/mod.rs
2
91.67
-1.58% src/sql/db/database.rs
1
74.73
1.29% src/connection.rs
1
92.47
-0.0% src/sql/mod.rs
1
95.73
-0.54% src/sql/pager/freelist.rs
Jobs
ID Job ID Ran Files Coverage
1 25364033136.1 05 May 2026 07:46AM UTC 47
63.04
GitHub Action Run
Source Files on build 25364033136
  • Tree
  • List 47
  • Changed 5
  • Source Changed 0
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 470f58ae on github
  • Prev Build on main (#25360759323)
  • Next Build on main (#25364694701)
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