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

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

Build:
DEFAULT BRANCH: main
Ran 07 Jun 2026 01:11AM UTC
Files 371
Run time 7s
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

07 Jun 2026 01:09AM UTC coverage: 94.251% (-0.001%) from 94.252%
4635.1

push

github

bobzhang
warnings: enable unnecessary_annotation, drop 272 redundant qualifiers

Adds `+unnecessary_annotation` to the workspace warn-list and drops the
redundant qualifier prefix at every site the lint flags. Two prefix
shapes were flagged:

- `@pkg.` (e.g. `@json.JsonDecodeError(...)` where `JsonDecodeError`
  was already in scope via the `impl @json.FromJson for ...` block, so
  `@json.` was redundant).
- `Type::` (e.g. `LKey::value` where the receiver of a method is
  already typed and the `LKey::` prefix is unnecessary).

The script that performed the edit parses each warning's column and
its `\`prefix\`` from the message, then drops exactly that text at the
warned position. Result: 0 `unnecessary_annotation` warnings, all 6521
tests pass.

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

14985 of 15899 relevant lines covered (94.25%)

206716.38 hits per line

Source Files on job 4635.1
  • Tree
  • List 371
  • Changed 40
  • Source Changed 40
  • Coverage Changed 8
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 4635
  • d4a4b51b on github
  • Prev Job for on main (#4633.1)
  • Next Job for on main (#4642.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