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

moonbitlang / core / 4162
94%

Build:
DEFAULT BRANCH: main
Ran 05 May 2026 02:39PM 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:38PM UTC coverage: 94.545%. Remained the same
4162

push

github

bobzhang
refactor(argparse): set comprehension in collect_non_global_names

Replace the iter chain with a direct array-comprehension fed to `Set::Set`:

```diff
-  @set.from_iter(args.iter().filter(arg => !arg.global).map(arg => arg.name))
+  Set([for arg in args if !arg.global => arg.name])
```

argparse is a non-hot path; the small bounded intermediate array (one
String per non-global arg, typically <20) is acceptable.

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>

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

14872 of 15730 relevant lines covered (94.55%)

218152.54 hits per line

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