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

moonbitlang / core / 3154
96%

Build:
DEFAULT BRANCH: main
Ran 23 Mar 2026 10:56AM 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

23 Mar 2026 10:55AM UTC coverage: 95.721%. Remained the same
3154

push

github

bobzhang
perf(hashmap): fix from_array to avoid mid-build rehashing

from_array was creating the initial table with capacity=arr.length(),
but the map grows at 50% load factor. This meant construction would
always trigger a rehash after inserting only half the elements.

Fix: use capacity=arr.length()*2 so all input entries fit without
triggering the grow threshold during construction.

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

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

13825 of 14443 relevant lines covered (95.72%)

176004.13 hits per line

Jobs
ID Job ID Ran Files Coverage
1 3154.1 23 Mar 2026 10:56AM UTC 321
95.73
GitHub Action Run
Source Files on build 3154
  • Tree
  • List 320
  • Changed 1
  • Source Changed 1
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 31918c49 on github
  • Prev Build on main (#3151)
  • Next Build on main (#3157)
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