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

moonbitlang / core / 4915
92%

Build:
DEFAULT BRANCH: main
Ran 30 Jun 2026 03:13PM UTC
Jobs 1
Files 382
Run time 2min
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

30 Jun 2026 03:12PM UTC coverage: 91.315%. Remained the same
4915

push

github

web-flow
Rename test to match actual constructor being exercised (#3758)

* feat(immut/sorted_set): add SortedSet constructor, deprecate from_array

Mirror the `List([...])` constructor convention for the immutable sorted
set: add `SortedSet::SortedSet(ArrayView[A]) -> SortedSet[A]` so a set can
be built with `@sorted_set.SortedSet([...])`, and deprecate the old
`from_array` (and its `of` alias) in favour of it.

Migrate all `@sorted_set.from_array(...)` / `from_array(...)` usages across
the package (impl, tests, generics, README) to the new constructor, dropping
the redundant `@sorted_set.` qualifier where the expected type is already
known. The `Show`/`output` format string and its snapshot tests intentionally
keep emitting `@immut/sorted_set.from_array([...])`.

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

* Potential fix for pull request finding

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

* Initial plan

* Rename test from "from_array" to "SortedSet constructor"

Co-authored-by: bobzhang <747051+bobzhang@users.noreply.github.com>

---------

Co-authored-by: Hongbo Zhang <bobzhang1988@gmail.com>
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: bobzhang <747051+bobzhang@users.noreply.github.com>

15340 of 16799 relevant lines covered (91.31%)

195688.32 hits per line

Jobs
ID Job ID Ran Files Coverage
1 4915.1 30 Jun 2026 03:13PM UTC 383
91.33
GitHub Action Run
Source Files on build 4915
  • Tree
  • List 382
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • a680a5a3 on github
  • Prev Build on main (#4912)
  • Next Build on main (#4918)
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