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

website-scraper / node-website-scraper / 28313973947
96%

Build:
DEFAULT BRANCH: master
Ran 28 Jun 2026 06:36AM 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
28313973947

push

github

web-flow
Drop usage of fs-extra and switch to native fs (#608)

* Drop usage of fs-extra and switch to native fs

* Drop fs-extra usage in tests and remove dependency

Replace fs-extra with native fs in all test files:
- fs.removeSync(dir) -> fs.rmSync(dir, {recursive: true, force: true})
- fs.mkdirpSync(dir) -> fs.mkdirSync(dir, {recursive: true})
- fs.emptyDirSync(dir) -> fs.rmSync + fs.mkdirSync

Remove fs-extra from devDependencies as it is no longer used.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

* Use async fs.promises.rm for error cleanup instead of sync rmSync

Keeps the error-action cleanup non-blocking, matching the original
awaited fs.remove behavior and the async outputFile write path. The
error action runs at most once (single catch in Scraper.scrape), so
the async call carries no concurrency risk.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

---------

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