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

kahwee / bunki / 18694101272
88%

Build:
DEFAULT BRANCH: main
Ran 21 Oct 2025 06:39PM 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
18694101272

push

github

kahwee
docs: add comprehensive Glob pattern examples to CLAUDE.md

Document Bun's native Glob API with both scanning and pattern matching:

1. Enhanced Path Operations section:
   - Explains both scan() for directory traversal
   - And match() for pattern testing without file system access
   - Lists supported wildcard patterns

2. Added "Pattern Matching with Glob" section:
   - Recursive directory scan example (like find)
   - Pattern matching examples without FS access
   - Demonstrates single char (?) and star (*) wildcards
   - Shows multi-pattern support *.{ts,tsx}

Key patterns documented:
- **/*.ts - recursive any directory
- *.{ts,tsx} - multiple extensions
- ???.ts - exactly 3 characters + .ts
- *.ts - any characters + .ts

Updated Path Operations reference to highlight both modes:
- for await (const file of glob.scan("."))
- glob.match(filepath) returns boolean

All tests passing (166 pass, 574 assertions), 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 18694101272.1 21 Oct 2025 06:39PM UTC 10
85.62
GitHub Action Run
Source Files on build 18694101272
  • 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 #18694101272
  • 5533f1c6 on github
  • Prev Build on main (#18694084106)
  • Next Build on main (#18697510352)
  • 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