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

moonbitlang / core / 5854
91%

Build:
DEFAULT BRANCH: main
Ran 11 Aug 2026 06:23AM UTC
Jobs 1
Files 454
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

11 Aug 2026 06:21AM UTC coverage: 90.322% (+0.03%) from 90.294%
5854

push

github

bobzhang
test(base64): add QuickCheck round-trip properties

Five properties anchored on the encoder's output, all driven by
arbitrary `Bytes`:

- `decode(encode(b)) == b`, padded and unpadded
- padded and unpadded encodings decode to the same bytes
- arbitrary ASCII whitespace spliced at arbitrary positions (including
  between the two `=`) still decodes with `ignore_whitespace=true`
- arbitrary non-alphabet characters spliced in are skipped by
  `decode_lossy`

The perturbing splices are driven by a generated `Array[(Int, Int)]` of
(position, char-choice) pairs, so placement and count shrink along with
the input. Indices are wrapped into range rather than filtered, so no
case is discarded.

15959 of 17669 relevant lines covered (90.32%)

129457.45 hits per line

Jobs
ID Job ID Ran Files Coverage
1 5854.1 11 Aug 2026 06:23AM UTC 455
90.34
GitHub Action Run
Source Files on build 5854
  • Tree
  • List 454
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • b69cf0bc on github
  • Prev Build on main (#5848)
  • Next Build on main (#5859)
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