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

archetech / archon / 29551782432
90%
main: 90%

Build:
Build:
LAST BUILD BRANCH: feat/735-resource-link
DEFAULT BRANCH: main
Ran 17 Jul 2026 03:14AM UTC
Jobs 1
Files 62
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 03:11AM UTC coverage: 90.332% (+0.006%) from 90.326%
29551782432

Pull #737

github

macterra
fix: honour a zero inline limit, and stop Number() coercion smuggling one in

Review catches, both valid.

`bytes > limit` inlined a 0-byte file even at limit 0, because 0 > 0 is false --
contradicting the documented "0 links everything" on the one file where nobody
would notice until they relied on it. The condition now states what may be
inlined, so a zero limit links every file.

parseInlineLimit leaned on Number(), which reads ' ' as 0, '0x10' as 16 and
'1e4' as 10000 -- all of which passed the isInteger check. The whitespace case
is the dangerous one: a stray space in an env var silently meant "link
everything", while an empty value meant the default, which is an absurd
distinction to hang on whitespace. It now trims, treats blank as unset, and
requires base-10 digits.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Pull Request #737: feat: link large file assets instead of inlining base64 (#735)

2970 of 3521 branches covered (84.35%)

Branch coverage included in aggregate %.

20 of 20 new or added lines in 2 files covered. (100.0%)

1 existing line in 1 file now uncovered.

6168 of 6595 relevant lines covered (93.53%)

834.84 hits per line

Coverage Regressions

Lines Coverage ∆ File
1
92.86
-0.38% packages/mcp-server/src/tools.ts
Jobs
ID Job ID Ran Files Coverage
1 29551782432.1 17 Jul 2026 03:14AM UTC 124
91.51
GitHub Action Run
Source Files on build 29551782432
  • Tree
  • List 62
  • Changed 57
  • Source Changed 2
  • Coverage Changed 57
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #29551782432
  • Pull Request #737
  • PR Base - main (#29549780023)
  • 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