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

moonbitlang / core / 5819
90%

Build:
DEFAULT BRANCH: main
Ran 07 Aug 2026 06:50AM UTC
Jobs 1
Files 463
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

07 Aug 2026 06:48AM UTC coverage: 90.323%. Remained the same
5819

push

github

web-flow
feat(quickcheck): Generator::spawn draws from an Arbitrary instance (#3994)

* feat(quickcheck): Generator::spawn draws from an Arbitrary instance

Hand-written generator suites routinely mix Arbitrary-based generation
into custom combinators (e.g. arbitrary strings inside a structured
document generator); until now each project re-derived the same
one-liner. Generator::spawn() makes the bridge a core API.

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

* test: pin explicit seeds in the spawn docstring example and test

Review feedback: do not rely on Generator::samples' implicit default
seed, so the snapshots stay stable if the default ever changes.

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

* refactor: make spawn a free function

Review feedback: the package's generator constructors (pure, one_of,
elements, frequency, int_range, char_range) are free functions; spawn
now follows the same convention.

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

---------

Co-authored-by: Claude Fable 5 <noreply@anthropic.com>

16232 of 17971 relevant lines covered (90.32%)

169790.64 hits per line

Coverage Regressions

Lines Coverage ∆ File
6
88.24
0.24% quickcheck/generator.mbt
Jobs
ID Job ID Ran Files Coverage
1 5819.1 07 Aug 2026 06:50AM UTC 464
90.34
GitHub Action Run
Source Files on build 5819
  • Tree
  • List 463
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • ee8ffb60 on github
  • Prev Build on main (#5817)
  • Next Build on main (#5823)
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