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

jackfirth / resyntax / #571
97%
master: 97%

Build:
Build:
LAST BUILD BRANCH: HEAD
DEFAULT BRANCH: master
Ran 21 Jul 2026 02:00AM UTC
Jobs 1
Files 164
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

21 Jul 2026 01:48AM UTC coverage: 96.611%. First build
#571

Pull #839

cover

jackfirth
Add null-when-guard-to-match-pattern rule

Fold a `#:when (null? xs)` / `#:when (empty? xs)` guard on a match clause
whose pattern ends in a trailing ellipsis variable `xs ...` directly into
the pattern by dropping the variable, turning e.g. `[(list 'array elems ...)
#:when (null? elems) body]` into `[(list 'array) body]`. Only applies when
the trailing variable isn't used in the clause body.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Pull Request #839: Add null-when-guard-to-match-pattern rule

131 of 131 new or added lines in 2 files covered. (100.0%)

17619 of 18237 relevant lines covered (96.61%)

0.97 hits per line

Jobs
ID Job ID Ran Files Coverage
1 #571.1 21 Jul 2026 02:00AM UTC 164
96.61
Source Files on build #571
  • Tree
  • List 164
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #839
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