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

DanielXMoore / Civet / 24154115683
95%

Build:
DEFAULT BRANCH: main
Ran 08 Apr 2026 07:25PM UTC
Jobs 1
Files 42
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

08 Apr 2026 07:24PM UTC coverage: 95.352% (-0.002%) from 95.354%
24154115683

push

github

web-flow
Fix ternary with trailing ? and indented values (#1934)

* Fix ternary with trailing ? and indented values (#1933)

Add new TernaryRest alternative to handle the form:
  condition ?
    then :
    else

Previously, MaybeNestedExpression at the `then` position would
incorrectly parse `then :\n  else` as an implicit object literal
{then: else}, consuming the ternary colon. The fix uses PushIndent
to enter the indented context first, then parses `Expression _ Colon`
followed by another `Nested Expression` for the else branch. At the
pushed indent level, NestedImplicitObjectLiteral cannot match across
the newline boundary, so Expression correctly stops before the colon.

---------

Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>
Co-authored-by: Daniel X Moore <STRd6@users.noreply.github.com>

4240 of 4624 branches covered (91.7%)

Branch coverage included in aggregate %.

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

20316 of 21129 relevant lines covered (96.15%)

46663.3 hits per line

Jobs
ID Job ID Ran Files Coverage
1 24154115683.1 08 Apr 2026 07:25PM UTC 42
95.35
GitHub Action Run
Source Files on build 24154115683
  • Tree
  • List 42
  • Changed 14
  • Source Changed 1
  • Coverage Changed 14
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #24154115683
  • e9e123f6 on github
  • Prev Build on main (#24103569297)
  • Next Build on main (#24168584612)
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