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

moonbitlang / core / 1434
89%
main: 92%

Build:
Build:
LAST BUILD BRANCH: Yu-zh/add-notequal-trait-method
DEFAULT BRANCH: main
Ran 29 Sep 2025 01:10PM UTC
Jobs 1
Files 257
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

29 Sep 2025 01:05PM UTC coverage: 89.135% (-0.06%) from 89.198%
1434

Pull #2800

github

bobzhang
feat: separate Iterator into dedicated iterator package

- Create new iterator package with external Iterator[A] implementation
- Move Iterator struct and all methods (next, map, filter, fold, etc.) to iterator package
- Add Iterator factory methods: empty(), singleton(), unfold()
- Add AsyncIterator[A] implementation for async iteration
- Update list package to depend on iterator package
- Add List::into_iterator() method for converting List to Iterator
- Add into_async_iterator() method for converting List to AsyncIterator
- Add collect_from_iterator() function for collecting Iterator back to List
- Maintain all existing functionality with 5646 tests passing
- Avoid circular dependencies by keeping iterator package minimal
- Add comprehensive tests and documentation for iterator package

Breaking change: Iterator is now in @iterator package instead of @list
Pull Request #2800: [draft] feat: separate Iterator into dedicated iterator package

46 of 59 new or added lines in 3 files covered. (77.97%)

9311 of 10446 relevant lines covered (89.13%)

197505.58 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
4
90.91
iterator/iterator.mbt
4
60.0
list/list_iterator_ext.mbt
5
0.0
iterator/async_iterator.mbt
Jobs
ID Job ID Ran Files Coverage
1 1434.1 29 Sep 2025 01:10PM UTC 258
89.16
GitHub Action Run
Source Files on build 1434
  • Tree
  • List 257
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #2800
  • PR Base - main (#1430)
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