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

moonbitlang / core / 4151 / 1
94%
main: 94%

Build:
DEFAULT BRANCH: main
Ran 05 May 2026 02:09PM UTC
Files 365
Run time 12s
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

05 May 2026 02:07PM UTC coverage: 94.558%. Remained the same
4151.1

push

github

bobzhang
refactor(argparse): use Map([]) literal across remaining sites

Replace the typed-empty-Map idiom `Map[K,V] = {}` with `Map([])` in:
- parser_validate.mbt: `group_presence` accumulator
- command.mbt: `env?` parameter default in `Command::parse`
- command.mbt: two positional empty-Map args in the `parse_command` call
- command.mbt: four local accumulators in `build_matches`
  (`flags`, `values`, `flag_counts`, `sources`)

Type ascriptions were dropped from the locals — they are inferred from
subsequent populating writes; left in place where the binding is the
function default (public-API surface).

Semantics-preserving: `moon test -p argparse` (225/225) passes and
`moon info` produces no `.mbti` change.

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

14908 of 15766 relevant lines covered (94.56%)

209141.46 hits per line

Source Files on job 4151.1
  • Tree
  • List 365
  • Changed 2
  • Source Changed 2
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 4151
  • 3b63f52d on github
  • Prev Job for on main (#4145.1)
  • Next Job for on main (#4156.1)
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