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

microlinkhq / youtube-dl-exec / 28798430093
94%

Build:
DEFAULT BRANCH: master
Ran 06 Jul 2026 02:20PM UTC
Jobs 1
Files 3
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

06 Jul 2026 02:18PM UTC coverage: 93.939% (+1.9%) from 92.079%
28798430093

push

github

web-flow
fix: pass authorization header to fetch in postinstall (#278)

The auth headers object was passed as the first-level options argument
(fetch(url, headers) instead of fetch(url, { headers })), so the
Authorization header from GITHUB_TOKEN/GH_TOKEN was silently dropped and
the GitHub API request was always unauthenticated. On shared CI egress
IPs this hits the 60 req/hr unauthenticated rate limit and breaks
installs even when a token is configured.

Also fixes the content-type guard on the next line, which negated the
header value before comparing it to a string and was therefore always
true, breaking direct binary hosts (YOUTUBE_DL_HOST pointing straight
at an octet-stream URL).

Co-authored-by: Claude Fable 5 <noreply@anthropic.com>

18 of 26 branches covered (69.23%)

Branch coverage included in aggregate %.

137 of 139 relevant lines covered (98.56%)

3.78 hits per line

Jobs
ID Job ID Ran Files Coverage
1 28798430093.1 06 Jul 2026 02:20PM UTC 3
93.94
GitHub Action Run
Source Files on build 28798430093
  • Tree
  • List 3
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #28798430093
  • c4c6101e on github
  • Prev Build on master (#27792939055)
  • 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