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

StoneCypher / jssm / 075c21d1386e4158a074678763e0017c345fefed
100%
master: 100%

Build:
Build:
LAST BUILD BRANCH: main
DEFAULT BRANCH: master
Ran 17 May 2026 11:48PM UTC
Jobs 1
Files 32
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

17 May 2026 11:38PM UTC coverage: 100.0%. Remained the same
075c21d1386e4158a074678763e0017c345fefed

Pull #611

github

StoneCypher
test: revive the dead kitchen-sink dragon suite

This property suite had been failing at collection since the
make_mulberry_rand -> splitmix32 rename, so its body had not run in a
long time. Fixing the stale import surfaced two deeper problems:

- The FSL generator re-emitted each chain on every outer iteration,
  producing duplicate edges the parser now rejects.
- The generator never matched its documented loopable / semi-star
  design: new nodes were unreachable as chain endpoints and every chain
  dead-ended, so even a "no-halt" machine was full of terminal sinks the
  random walk fell into, and `halted === shouldHalt` failed on roughly
  half of all runs.

Rewrote the generator. The non-halting (loopable) case closes every
chain back to an existing node, so no node is a sink and the walk
cannot terminate. The halting (semi-star) case leaves chains hanging,
producing a DAG in which every walk reaches a sink. All 100 property
runs now pass.
Pull Request #611: build(cli): merge the three CLI rollup configs into one

925 of 925 branches covered (100.0%)

Branch coverage included in aggregate %.

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

1472 of 1472 relevant lines covered (100.0%)

1905.52 hits per line

Jobs
ID Job ID Ran Files Coverage
1 075c21d1386e4158a074678763e0017c345fefed.1 17 May 2026 11:48PM UTC 32
100.0
GitHub Action Run
Source Files on build 075c21d1386e4158a074678763e0017c345fefed
  • Tree
  • List 32
  • Changed 32
  • Source Changed 0
  • Coverage Changed 32
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Pull Request #611
  • PR Base - main (#99B5A631...)
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