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

kahwee / bunki / 18697510352
88%

Build:
DEFAULT BRANCH: main
Ran 21 Oct 2025 09:01PM UTC
Jobs 1
Files 10
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

21 Oct 2025 09:01PM UTC coverage: 85.619%. Remained the same
18697510352

push

github

kahwee
style: use proper ESM imports for node:fs/promises instead of fs.promises

Update imports across the codebase to use the standard ESM format:
- `import { mkdir } from "node:fs/promises"` instead of `import fs from "fs"`
- Use direct function imports: `mkdir()`, `rm()`, `writeFile()`
- More efficient and aligns with ESM best practices

Files updated:
- src/utils/file-utils.ts: Use `mkdir` from `node:fs/promises`
- test/utils/file-utils.test.ts: Use `mkdir`, `writeFile as fsWriteFile`, `rm`
- CLAUDE.md: Document proper ESM import pattern for Node.js fallback APIs

All 166 tests passing (574 assertions), code properly formatted.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>

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

1417 of 1655 relevant lines covered (85.62%)

45.79 hits per line

Jobs
ID Job ID Ran Files Coverage
1 18697510352.1 21 Oct 2025 09:01PM UTC 10
85.62
GitHub Action Run
Source Files on build 18697510352
  • Tree
  • List 10
  • Changed 1
  • Source Changed 1
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #18697510352
  • 46297464 on github
  • Prev Build on main (#18694101272)
  • Next Build on main (#18698838517)
  • 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