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

kahwee / bunki / 18694084106
88%

Build:
DEFAULT BRANCH: main
Ran 21 Oct 2025 06:38PM 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 06:38PM UTC coverage: 85.619%. Remained the same
18694084106

push

github

kahwee
docs: add comprehensive Bun native APIs guide to CLAUDE.md

Document preference for using Bun's native implementations:

1. Expanded "Prefer Bun Native APIs" section with complete reference:
   - File operations (Bun.file, exists, stat, text, arrayBuffer, unlink, writer)
   - Path operations (Glob from bun)
   - Servers & I/O (Bun.serve, fetch, standard streams)
   - Clear guidance on when to fall back to Node.js APIs

2. Added new "Bun Native APIs & Performance" section with examples:
   - Zero-copy file-to-file operations (cat-like)
   - Zero-copy streaming to stdout
   - Buffered incremental writes with watermark
   - File metadata and existence checking

3. File I/O Module notes:
   - All operations in src/utils/file-utils.ts use Bun native APIs
   - Important: BunFile.exists() only checks files, not directories
   - Proper use of file.stat() for comprehensive checks

Performance benefits highlighted:
- Kernel-level zero-copy for file transfers
- No memory overhead for large files
- Optimal buffering with configurable watermark

All 166 tests still passing, code properly formatted.

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

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

1417 of 1655 relevant lines covered (85.62%)

45.79 hits per line

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