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

moonbitlang / core / 4266 / 1
94%
main: 94%

Build:
DEFAULT BRANCH: main
Ran 09 May 2026 02:38AM UTC
Files 365
Run time 7s
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

09 May 2026 02:37AM UTC coverage: 94.661% (+0.01%) from 94.651%
4266.1

push

github

bobzhang
refactor: remove redundant Show::output impls

The default Show::output is `logger.write_string(self.to_string())`,
so any type with an explicit Show::to_string can drop its own output
override. Remove the redundant impls for Bool, Int, Int64, UInt, UInt64,
Byte, UInt16, Int16, Float, Double.

For BigInt, Error, and StringBuilder — which previously satisfied
Show via output and a regular to_string method — replace the redundant
output impl with an explicit Show::to_string impl so must_implement_one
is still satisfied while the default output kicks in.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

14910 of 15751 relevant lines covered (94.66%)

209344.73 hits per line

Source Files on job 4266.1
  • Tree
  • List 365
  • Changed 9
  • Source Changed 8
  • Coverage Changed 9
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 4266
  • 44c6f006 on github
  • Prev Job for on main (#4264.1)
  • Next Job for on main (#4274.1)
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