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

panates / postgrejs / 34691284673
98%
master: 89%

Build:
Build:
LAST BUILD BRANCH: dev
DEFAULT BRANCH: master
Ran 12 Sep 2026 11:33AM UTC
Jobs 1
Files 83
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

12 Sep 2026 11:31AM UTC coverage: 98.03% (-0.05%) from 98.076%
34691284673

push

github

erayhanoglu
refactor: build SmartBuffer/BufferReader on top of flexy-buffer

SmartBuffer and BufferReader now extend flexy-buffer's FlexyBuffer and
BufferReader instead of hand-rolling the same growable-buffer/cursor
logic, adding only the PostgreSQL wire format's two string encodings
(NUL-terminated C strings, length-prefixed strings with a negative
length as the NULL sentinel) on top.

This changes the write methods' return value from `this` to the number
of bytes written (flexy-buffer's convention, and arguably the more
useful one for length-patching code), and renames offset/length/
readBuffer/writeBuffer to flexy-buffer's position/size/readBytes/
writeBytes throughout - so every call site in frontend.ts, backend.ts,
pgoutput.ts, and the binary array/jsonb helpers moves off the fluent
chaining style and the old names.

Also drops SmartBuffer's manual writeBigInt64BE fallback for Node
builds without a native Buffer.writeBigInt64BE, now genuinely dead
code given the project's supported Node range (and already assumed
available elsewhere, e.g. logical-replication.ts).

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>

2148 of 2292 branches covered (93.72%)

Branch coverage included in aggregate %.

140 of 140 new or added lines in 10 files covered. (100.0%)

10489 of 10599 relevant lines covered (98.96%)

136.64 hits per line

Jobs
ID Job ID Ran Files Coverage
1 34691284673.1 12 Sep 2026 11:33AM UTC 83
98.03
GitHub Action Run
Source Files on build 34691284673
  • Tree
  • List 83
  • Changed 11
  • Source Changed 11
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #34691284673
  • 60f281d2 on github
  • Prev Build on dev (#34615762659)
  • Next Build on dev (#34691404253)
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