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

moonbitlang / core / 2527
96%

Build:
DEFAULT BRANCH: main
Ran 02 Feb 2026 03:13PM UTC
Jobs 1
Files 283
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

02 Feb 2026 03:12PM UTC coverage: 96.122% (+0.1%) from 95.992%
2527

push

github

bobzhang
Remove deprecated .. cascade syntax from codebase

Replace the deprecated `..` cascade/chaining syntax with explicit
sequential method calls. This prepares the codebase for the deprecation
of this syntax.

Changes:
- Convert `obj..method1()..method2()` to sequential `obj.method1(); obj.method2()`
- Update hash test patterns to use explicit variable bindings
- Fix tuple hash/show implementations to use sequential calls
- Update various Show implementations (autoloc, json, etc.)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

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

11847 of 12325 relevant lines covered (96.12%)

391595.67 hits per line

Jobs
ID Job ID Ran Files Coverage
1 2527.1 02 Feb 2026 03:13PM UTC 284
96.13
GitHub Action Run
Source Files on build 2527
  • Tree
  • List 283
  • Changed 20
  • Source Changed 20
  • Coverage Changed 19
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • de81e368 on github
  • Prev Build on main (#2524)
  • Next Build on main (#2530)
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