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

dimitarvp / xqlite / 2d100bfe423ee84c4669b3f6eba626346c6d488e
71%

Build:
DEFAULT BRANCH: main
Ran 17 Jul 2026 06:02PM UTC
Jobs 1
Files 32
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

17 Jul 2026 05:58PM UTC coverage: 70.48%. Remained the same
2d100bfe423ee84c4669b3f6eba626346c6d488e

push

github

dimitarvp
fix wave-2 run-1 leak + panic residuals (M4/M8/M9)

three lower-severity findings from the A1/A2 review, independent of
the S0 locking-model work:

- backup_with_progress freed msg_env only on enif_send failure,
  leaking one env per successful progress message (unbounded, driven
  by DB size). free unconditionally, like the other four senders (S1).
- DefaultValue::Blob encoder .expect()'d a fallible OwnedBinary::new;
  a reachable public-API panic. degrade to an InternalEncodingError
  term, matching the crate's other encoders (S2).
- stream/statement resource destructors used eprintln!, which panics
  on a broken stderr; rustler 0.38 destructors have no catch_unwind,
  so that unwinds into C and kills the VM. use writeln! and discard
  the result (S2).

573 of 813 relevant lines covered (70.48%)

36.55 hits per line

Jobs
ID Job ID Ran Files Coverage
1 2d100bfe423ee84c4669b3f6eba626346c6d488e.1 17 Jul 2026 06:02PM UTC 32
70.48
GitHub Action Run
Source Files on build 2d100bfe423ee84c4669b3f6eba626346c6d488e
  • Tree
  • List 32
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 2d100bfe on github
  • Prev Build on main (#5F0472F7...)
  • Next Build on main (#61CF771F...)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc