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

kahwee / bunki / 18693216981
88%

Build:
DEFAULT BRANCH: main
Ran 21 Oct 2025 06:05PM 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:04PM UTC coverage: 81.707%. Remained the same
18693216981

push

github

kahwee
fix: correct Bun.main check in CLI entry point

The comparison `import.meta.url === Bun.main` was always false because
import.meta.url includes the file:// protocol while Bun.main doesn't.
This caused the CLI commands to never actually execute.

Changed to normalize the URL by removing the file:// prefix and compare
both exact match and endsWith to handle both bundled and source execution.

Also updated minimum Bun version to 1.3.0 to ensure consistent behavior
across environments.

Fixes GitHub Actions test that was failing with "Site generation failed"
because the CLI wasn't actually running the init/generate commands.

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

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

1264 of 1547 relevant lines covered (81.71%)

46.78 hits per line

Jobs
ID Job ID Ran Files Coverage
1 18693216981.1 21 Oct 2025 06:05PM UTC 10
81.71
GitHub Action Run
Source Files on build 18693216981
  • 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 #18693216981
  • 4b206023 on github
  • Prev Build on main (#18693106329)
  • Next Build on main (#18693292217)
  • 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