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

moonbitlang / core / 3937
94%

Build:
DEFAULT BRANCH: main
Ran 25 Apr 2026 12:22AM UTC
Jobs 1
Files 356
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

25 Apr 2026 12:21AM UTC coverage: 94.891%. Remained the same
3937

push

github

bobzhang
perf(builtin,test): assert_true/assert_false/fail accept StringView msg

`fail`, `assert_true`, `assert_false`, and `@test.fail` all only ever
read their `msg` argument — it's either formatted into a `Failure` error
string via `"\{loc} FAILED: \{msg}"` or substituted as-is in an
interpolation. No reason to require ownership.

Expand the `msg` parameter of each to `StringView`. Every existing
caller keeps compiling — `String` values coerce to `StringView` at
argument passing, as do literal strings.

Continues the view-safe expansion theme (#3459, #3460, #3461, #3462).

14783 of 15579 relevant lines covered (94.89%)

220250.88 hits per line

Jobs
ID Job ID Ran Files Coverage
1 3937.1 25 Apr 2026 12:22AM UTC 357
94.9
GitHub Action Run
Source Files on build 3937
  • Tree
  • List 356
  • Changed 3
  • Source Changed 3
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • e7723eaa on github
  • Prev Build on main (#3932)
  • Next Build on main (#3939)
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