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

archetech / archon / 24535025637
95%
main: 89%

Build:
Build:
LAST BUILD BRANCH: dependabot/npm_and_yarn/shell-quote-1.8.4
DEFAULT BRANCH: main
Ran 16 Apr 2026 09:33PM UTC
Jobs 1
Files 24
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

16 Apr 2026 09:30PM UTC coverage: 94.824% (-0.3%) from 95.166%
24535025637

Pull #444

github

macterra
fix: normalize JSON-serialized Buffer in getImage/getFile

When KeymasterClient receives image or file assets over HTTP, Node's
Buffer.toJSON() serializes the binary data as { type: "Buffer", data: [...] }.
The client was returning this plain object as-is, causing fs.writeFileSync
to throw ERR_INVALID_ARG_TYPE in the CLI's get-asset-image and get-asset-file
commands.

Add normalizeBufferData() helper that reconstitutes the JSON-serialized
Buffer back into a real Buffer instance, and apply it in getImage() and
getFile().
Pull Request #444: fix: normalize JSON-serialized Buffer in getImage/getFile

1994 of 2213 branches covered (90.1%)

Branch coverage included in aggregate %.

6 of 13 new or added lines in 1 file covered. (46.15%)

7 existing lines in 1 file now uncovered.

4235 of 4356 relevant lines covered (97.22%)

1164.5 hits per line

Uncovered Changes

Lines Coverage ∆ File
7
96.08
-3.0% packages/keymaster/src/keymaster-client.ts

Coverage Regressions

Lines Coverage ∆ File
7
96.08
-3.0% packages/keymaster/src/keymaster-client.ts
Jobs
ID Job ID Ran Files Coverage
1 24535025637.1 16 Apr 2026 09:33PM UTC 48
95.78
GitHub Action Run
Source Files on build 24535025637
  • Tree
  • List 24
  • Changed 22
  • Source Changed 1
  • Coverage Changed 22
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #24535025637
  • Pull Request #444
  • PR Base - main (#24532536127)
  • 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