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

moonbitlang / core / 5391 / 1
91%
main: 91%

Build:
DEFAULT BRANCH: main
Ran 23 Jul 2026 01:50AM UTC
Files 410
Run time 11s
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

23 Jul 2026 01:49AM UTC coverage: 91.308%. Remained the same
5391.1

push

github

bobzhang
feat(test): make trait promotions explicit via extend

Enable `implicit_impl_as_method` (E0079) for the `test` package (in its
moon.pkg) and make its trait-impl promotions explicit via `extend`, in a
dedicated test/extends.mbt shim.

Three types: the source type Test (its @debug.Debug is deprecated, no promotions); the blackbox-test-only MyError suberror (derive(Debug)) gets an inline pub extend in test_test.mbt; the README doc-example User struct (derive(Eq, @debug.Debug)) gets inline pub extends for both Debug and Eq. Test-only/doc types use plain promote to clear the warning.

Deprecated promotions carry `#deprecated(..., skip_current_package=true)` +
`#doc(hidden)`, each message naming the concrete replacement; they stay callable
but are hidden from pkg.generated.mbti.

Part of the per-package series (see #3849 for deque). Scoped to test/.

Verified: `moon check --deny-warn --target all` clean; `moon test -p test --target all` green.

Reviewed and signed off by Codex CLI.

Signed-off-by: Codex CLI <codex@openai.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

15914 of 17429 relevant lines covered (91.31%)

188764.6 hits per line

Source Files on job 5391.1
  • Tree
  • List 410
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 5391
  • e93b8b8d on github
  • Prev Job for on main (#5381.1)
  • Next Job for on main (#5398.1)
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