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

dimitarvp / xqlite / fc502fb9b4f303d11c44bf11c86ca7621f2e4920
71%

Build:
DEFAULT BRANCH: main
Ran 19 Jul 2026 02:59AM UTC
Jobs 1
Files 33
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

19 Jul 2026 02:55AM UTC coverage: 71.359%. Remained the same
fc502fb9b4f303d11c44bf11c86ca7621f2e4920

push

github

dimitarvp
enforce warnings-as-errors everywhere

warnings-as-errors is now doctrine: elixirc_options in mix.exs gates
lib/, and a :test alias adds --warnings-as-errors to every mix test
invocation, which each test.seq child inherits. Mix neutralizes the
option for dependency builds, so downstream consumers are unaffected.

fixes for the warnings the suite had accumulated:

- pragma_test: the write-only-PRAGMA branch called a 4-arity
  verify_fun with 3 args — BadArityError if ever reached
- telemetry_test_support_test: assert XqliteNIF != nil compared the
  module atom to nil, a tautology; now Code.ensure_loaded?/1
- update_hook_test: 29 unused hook-handle bindings underscored
- 14 files: TestUtil imports left dead by the for_each_opener
  refactor removed or narrowed (the macro calls TestUtil qualified;
  test count unchanged at 1951)

588 of 824 relevant lines covered (71.36%)

38.79 hits per line

Jobs
ID Job ID Ran Files Coverage
1 fc502fb9b4f303d11c44bf11c86ca7621f2e4920.1 19 Jul 2026 02:59AM UTC 33
71.36
GitHub Action Run
Source Files on build fc502fb9b4f303d11c44bf11c86ca7621f2e4920
  • Tree
  • List 33
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • fc502fb9 on github
  • Prev Build on main (#83ECAFDA...)
  • Next Build on main (#864BE5E0...)
  • 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