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

microlinkhq / browserless / 31309275340
81%

Build:
DEFAULT BRANCH: master
Ran 09 Aug 2026 10:50AM UTC
Jobs 9
Files 36
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

09 Aug 2026 10:49AM UTC coverage: 80.653% (+0.02%) from 80.629%
31309275340

push

github

web-flow
fix(function): resolve nodePaths under an isolated store (#875)

`nodePaths` tells isolated-function which dependencies a snippet requires
are already on disk, so it can skip installing them. It was derived by
walking two levels up from `@cloudflare/puppeteer`, which lands on the
consumer's `node_modules` only under a flat install. With pnpm it lands
inside `node_modules/.pnpm/@cloudflare+puppeteer@1.2.0/node_modules`,
which holds that package's own dependencies and nothing else:

    entries: @cloudflare @puppeteer debug devtools-protocol ws

So the check never matched and every snippet paid a full install of a
package already present — measured at ~400ms per cold compile, three
rounds, consistent.

`module.paths` is the resolution chain Node itself would use from this
file, so it reaches the consumer under either layout. The original entry
is kept ahead of it, leaving a flat install byte-identical.


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

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

728 of 888 branches covered (81.98%)

Branch coverage included in aggregate %.

8 of 8 new or added lines in 1 file covered. (100.0%)

3841 of 4777 relevant lines covered (80.41%)

104892.61 hits per line

Jobs
ID Job ID Ran Files Coverage
1 @browserless/capture - 31309275340.1 09 Aug 2026 10:50AM UTC 11
86.63
GitHub Action Run
2 @browserless/lighthouse - 31309275340.2 09 Aug 2026 10:51AM UTC 3
97.83
GitHub Action Run
3 @browserless/devices - 31309275340.3 09 Aug 2026 10:50AM UTC 1
94.92
GitHub Action Run
4 @browserless/function - 31309275340.4 09 Aug 2026 10:51AM UTC 3
97.1
GitHub Action Run
5 @browserless/errors - 31309275340.5 09 Aug 2026 10:50AM UTC 1
99.42
GitHub Action Run
6 @browserless/goto - 31309275340.6 09 Aug 2026 10:52AM UTC 3
75.71
GitHub Action Run
7 @browserless/screenshot - 31309275340.7 09 Aug 2026 10:51AM UTC 10
69.88
GitHub Action Run
8 browserless - 31309275340.8 09 Aug 2026 10:51AM UTC 3
79.54
GitHub Action Run
9 @browserless/screencast - 31309275340.9 09 Aug 2026 10:50AM UTC 1
95.74
GitHub Action Run
Source Files on build 31309275340
  • Tree
  • List 36
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #31309275340
  • 6308f0dd on github
  • Prev Build on master (#31113803877)
  • Next Build on master (#31311084601)
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