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

moonbitlang / core / 3102
96%

Build:
DEFAULT BRANCH: main
Ran 21 Mar 2026 01:29PM UTC
Jobs 1
Files 320
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

21 Mar 2026 01:28PM UTC coverage: 95.686%. Remained the same
3102

push

github

bobzhang
fix(immut/sorted_set): use direct fix instead of split-based subset

The split-based approach allocates O(n * log m) new tree nodes from
splitting `other` at each node of `self`. The direct fix simply
changes `self` to `other` in the recursive calls, doing a read-only
traversal of `other` with only O(n) temporary node allocations.

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

11 of 11 new or added lines in 1 file covered. (100.0%)

6 existing lines in 1 file now uncovered.

13796 of 14418 relevant lines covered (95.69%)

174546.99 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
6
97.61
0.0% immut/sorted_set/immutable_set.mbt
Jobs
ID Job ID Ran Files Coverage
1 3102.1 21 Mar 2026 01:29PM UTC 321
95.69
GitHub Action Run
Source Files on build 3102
  • Tree
  • List 320
  • Changed 1
  • Source Changed 1
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 53b62b24 on github
  • Prev Build on main (#3099)
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