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

moonbitlang / core / 1693
92%

Build:
DEFAULT BRANCH: main
Ran 31 Oct 2025 05:47AM UTC
Jobs 1
Files 250
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

31 Oct 2025 05:46AM UTC coverage: 89.803%. Remained the same
1693

push

github

bobzhang
Refactor and deprecate various types and functions across multiple modules

- Updated `json` module:
  - Removed deprecated typealias for `Json`.
  - Adjusted `pkg.generated.mbti` to reflect changes in the `builtin` package.

- Updated `list` module:
  - Deprecated `List::tail` in favor of `unsafe_tail`.
  - Removed deprecated typealias for `List`.

- Updated `queue` module:
  - Deprecated `Queue::peek_exn` and `Queue::pop_exn` in favor of `unsafe_peek` and `unsafe_pop`.
  - Removed deprecated typealias for `Queue`.

- Updated `sorted_map` module:
  - Deprecated `SortedMap::keys` and `SortedMap::values` in favor of `keys_as_iter` and `values_as_iter`.
  - Removed deprecated typealias for `SortedMap`.

- Updated `sorted_set` module:
  - Deprecated `SortedSet::intersect` in favor of `intersection`.
  - Removed deprecated typealias for `SortedSet`.

- Updated `string` module:
  - Removed deprecated typealias for `StringView`.
  - Adjusted `pkg.generated.mbti` to reflect changes in the `builtin` package.

- Updated `test` module:
  - Removed deprecated typealias for `Test`.
  - Added deprecation alias for `is_not`.

- Updated `types` in various modules to include deprecation aliases for better clarity and future-proofing.

9934 of 11062 relevant lines covered (89.8%)

182097.98 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1693.1 31 Oct 2025 05:47AM UTC 251
89.83
GitHub Action Run
Source Files on build 1693
  • Tree
  • List 250
  • Changed 32
  • Source Changed 32
  • Coverage Changed 30
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 26f7b424 on github
  • Prev Build on main (#1687)
  • Next Build on main (#1706)
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

© 2025 Coveralls, Inc