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

microlinkhq / metascraper / 30756275474
95%

Build:
DEFAULT BRANCH: master
Ran 02 Aug 2026 04:18PM UTC
Jobs 0
Files 0
Run time –
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

pending completion
30756275474

push

github

web-flow
fix: keep the favicon body under reachable-url v2 (#865)

v2 cancels the download once the headers answer reachability, so `body`
comes back undefined whenever a server ignores `Range`. The resolver
drops every favicon it probes without one, and nine tests here fail on
the bump alone.

`maxBody: 1` keeps the byte the check reads, and it is the byte the range
request already asks for, so nothing extra is downloaded.

Reading one byte narrows what an absent body means. It used to cover a
transfer that stopped part way, because the whole entity was downloaded
anyway; now it covers a server that announces an image and sends none of
it. Keeping the wider meaning would have meant either buffering whatever
a guessed URL answers with, or a size bound standing in for completion,
and a favicon whose transfer wobbled is not worth either: the consumer
refetches the URL regardless.

`undefined if body is not present` asserts the narrower guarantee, and
still fails without the check it covers.


Claude-Session: https://claude.ai/code/session_018JDsM3McLV5LtR3rFd97Sb

Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
Source Files on build 30756275474
Detailed source file information is not available for this build.
  • Back to Repo
  • Github Actions Build #30756275474
  • ce4536f1 on github
  • Prev Build on master (#30459137568)
  • Next Build on master (#30846109079)
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