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

moonbitlang / core / 6062
91%

Build:
DEFAULT BRANCH: main
Ran 15 Aug 2026 02:12AM UTC
Jobs 1
Files 437
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

15 Aug 2026 02:10AM UTC coverage: 90.666%. Remained the same
6062

push

github

bobzhang
test(diff): address review feedback on QuickCheck suite

Address the three Copilot review comments on #4047:

- Clarify the range_text docstring: only non-empty header ranges are
  1-based; an empty range is anchored to the line before it, so its
  rendered anchor may legally be 0 (e.g. `@@ -0,0 +1 @@` for an
  insertion at the start of a file).
- Centralize the QuickCheck knobs as QC_COUNT / QC_MAX_SIZE /
  QC_LONG_MAX_SIZE constants used by every check call, so the suite's
  CI cost is tunable in one place. Values are unchanged (200 cases,
  sizes 100/200); the whole diff package tests in ~0.2-0.3s per target,
  so no coverage was reduced.
- Replace the magic-number `prev` adjacency state in script_ok/lev_ok
  with a shared PrevEdit enum (ScriptStart/DeleteRun/InsertRun/
  EqualRun/ReplaceRun) so the coalescing and Delete-before-Insert
  invariants are self-documenting.

No behavioral change to what the properties assert.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>

15998 of 17645 relevant lines covered (90.67%)

150672.28 hits per line

Jobs
ID Job ID Ran Files Coverage
1 6062.1 15 Aug 2026 02:12AM UTC 438
90.68
GitHub Action Run
Source Files on build 6062
  • Tree
  • List 437
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • d5a45182 on github
  • Prev Build on main (#6059)
  • Next Build on main (#6070)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc