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

moonbitlang / core / 4266
94%

Build:
DEFAULT BRANCH: main
Ran 09 May 2026 02:38AM UTC
Jobs 1
Files 364
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

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

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>

3 of 3 new or added lines in 3 files covered. (100.0%)

14881 of 15722 relevant lines covered (94.65%)

209730.88 hits per line

Jobs
ID Job ID Ran Files Coverage
1 4266.1 09 May 2026 02:38AM UTC 365
94.66
GitHub Action Run
Source Files on build 4266
  • Tree
  • List 364
  • Changed 9
  • Source Changed 8
  • Coverage Changed 9
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 44c6f006 on github
  • Prev Build on main (#4264)
  • Next Build on main (#4274)
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