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

joaoh82 / rust_sqlite / 25582265871
69%

Build:
DEFAULT BRANCH: main
Ran 08 May 2026 10:21PM UTC
Jobs 1
Files 55
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

08 May 2026 10:18PM UTC coverage: 65.897% (+0.5%) from 65.365%
25582265871

push

github

web-flow
feat(engine): PRAGMA dispatcher + auto_vacuum knob (SQLR-13) (#115)

Adds the first SQL-level PRAGMA, exposing the SQLR-10 auto-VACUUM
threshold to SDK / FFI / MCP consumers (which can't reach
Connection::set_auto_vacuum_threshold directly). New src/sql/pragma.rs
pre-tokenizes PRAGMA statements before sqlparser sees them, so we
accept bare OFF / NONE — sqlparser-rs's pragma-value parser only
allows numbers and quoted strings, which would silently reject the
classic SQLite idiom. Reuses Database::set_auto_vacuum_threshold for
range validation so out-of-range values surface as a typed error
instead of saturating.

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

247 of 262 new or added lines in 3 files covered. (94.27%)

9387 of 14245 relevant lines covered (65.9%)

1.21 hits per line

Uncovered Changes

Lines Coverage ∆ File
10
94.76
src/sql/pragma.rs
5
90.65
0.09% src/sql/pager/mod.rs
Jobs
ID Job ID Ran Files Coverage
1 25582265871.1 08 May 2026 10:21PM UTC 55
65.9
GitHub Action Run
Source Files on build 25582265871
  • Tree
  • List 55
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 51c22dcb on github
  • Prev Build on main (#25578072859)
  • Next Build on main (#25582597580)
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