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

DanielXMoore / Civet / 24318403050
95%

Build:
DEFAULT BRANCH: main
Ran 12 Apr 2026 10:57PM 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

12 Apr 2026 10:55PM UTC coverage: 95.34% (-0.02%) from 95.359%
24318403050

push

github

web-flow
fix: allow trailing member access after pipeline expressions (#1943)

When a pipeline ends with an indented tail (e.g. `b\n  .c`), any further
member access at the outer indentation level (e.g. `.d`) was incorrectly
parsed as a standalone ampersand-shorthand expression (`$ => $.d`).

Fix: add `AllowedTrailingCallExpressions` after `PipelineExpressionBody`
in the grammar. When trailing is present, wrap the `PipelineExpression`
in a `CallExpression`, so `a |> b\n  .c\n.d` correctly compiles to
`b.c(a).d` instead of `b.c(a); $ => $.d`.

Closes #1724

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

4256 of 4640 branches covered (91.72%)

Branch coverage included in aggregate %.

9 of 16 new or added lines in 1 file covered. (56.25%)

20354 of 21173 relevant lines covered (96.13%)

46690.3 hits per line

Uncovered Changes

Lines Coverage ∆ File
7
98.24
-0.06% source/parser.hera
Jobs
ID Job ID Ran Files Coverage
1 24318403050.1 12 Apr 2026 10:57PM UTC 42
95.34
GitHub Action Run
Source Files on build 24318403050
  • Tree
  • List 42
  • Changed 15
  • Source Changed 1
  • Coverage Changed 15
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #24318403050
  • 458e3728 on github
  • Prev Build on main (#24318022382)
  • Next Build on main (#24318439880)
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