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

veeso / wasm-dbms / 24007511580
91%

Build:
DEFAULT BRANCH: main
Ran 05 Apr 2026 06:26PM UTC
Jobs 1
Files 102
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 Apr 2026 06:15PM UTC coverage: 91.243% (-0.003%) from 91.246%
24007511580

push

github

veeso
fix: apply LIMIT and OFFSET after ORDER BY to match SQL semantics

LIMIT and OFFSET were applied during the table scan (before sorting),
so ORDER BY + LIMIT didn't produce correct "top N sorted" results.
Now, when ORDER BY is present, LIMIT and OFFSET are deferred to after
sorting, matching standard SQL evaluation order. The early-exit
optimization is preserved when no ORDER BY is specified.

24 of 26 new or added lines in 1 file covered. (92.31%)

1 existing line in 1 file now uncovered.

15619 of 17118 relevant lines covered (91.24%)

1264824.31 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
2
87.63
0.03% crates/wasm-dbms/wasm-dbms/src/database.rs

Uncovered Existing Lines

Lines Coverage ∆ File
1
87.63
0.03% crates/wasm-dbms/wasm-dbms/src/database.rs
Jobs
ID Job ID Ran Files Coverage
1 24007511580.1 05 Apr 2026 06:26PM UTC 102
91.24
GitHub Action Run
Source Files on build 24007511580
  • Tree
  • List 102
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #24007511580
  • c19f1abb on github
  • Prev Build on main (#24007486636)
  • Next Build on main (#24007579438)
  • Delete
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