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

moonbitlang / core / 6153
91%

Build:
DEFAULT BRANCH: main
Ran 18 Aug 2026 09:47AM UTC
Jobs 1
Files 444
Run time 2min
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

18 Aug 2026 09:45AM UTC coverage: 90.876%. Remained the same
6153

push

github

bobzhang
docs(env): migrate README examples from Result[T, String] to raise

The result_error_return diagnostic (warning 78) guides failable APIs
toward `T raise E` over `Result[T, E]`. Core library code is already
clean under this warning on all backends; these README examples were
the remaining places teaching the discouraged Result-for-failure
style. Rewrite them to raise the standard `Failure` error and use the
canonical try/catch/noraise shape for expected failures.

Left as-is deliberately (Result-as-ordinary-data carve-out):
- builtin/README.mbt.md `divide` — documents the Result type itself
- lazy_list/README.mbt.md `maybe_double` — failure stored as data in
  a lazy structure
- strconv/int_test.mbt helpers — feed Result-typed test tables

Reviewed by Codex CLI (codex-cli 0.144.1): "No findings; approved for
merge... Agree with all deliberate keeps."

Signed-off-by: Codex CLI <codex@openai.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>

16234 of 17864 relevant lines covered (90.88%)

332600.45 hits per line

Jobs
ID Job ID Ran Files Coverage
1 6153.1 18 Aug 2026 09:47AM UTC 445
90.89
GitHub Action Run
Source Files on build 6153
  • Tree
  • List 444
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 4728bd72 on github
  • Prev Build on main (#6151)
  • Next Build on main (#6157)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc