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

moonbitlang / core / 4151
94%

Build:
DEFAULT BRANCH: main
Ran 05 May 2026 02:09PM UTC
Jobs 1
Files 364
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

05 May 2026 02:07PM UTC coverage: 94.548%. Remained the same
4151

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>

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

14879 of 15737 relevant lines covered (94.55%)

209526.86 hits per line

Jobs
ID Job ID Ran Files Coverage
1 4151.1 05 May 2026 02:09PM UTC 365
94.56
GitHub Action Run
Source Files on build 4151
  • Tree
  • List 364
  • Changed 2
  • Source Changed 2
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 3b63f52d on github
  • Prev Build on main (#4145)
  • Next Build on main (#4156)
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