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

dcdpr / jp / 24158693542 / 1
70%
main: 70%

Build:
DEFAULT BRANCH: main
Ran 08 Apr 2026 09:18PM UTC
Files 257
Run time 7s
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 09:05PM UTC coverage: 64.39% (+0.08%) from 64.307%
24158693542.1

push

github

web-flow
enhance(cli): Add context lines, sort, and raw mode to `grep` (#523)

The `conversation grep` command gains several new flags that bring it
closer to the behaviour users expect from a grep-like tool.

`--context <N>` shows N lines of surrounding context around each match,
with non-adjacent groups separated by a `--` marker (matching the
behaviour of `grep -C`). Overlapping or adjacent groups are merged into
a single block automatically.

`--sort <field>` controls the order in which conversations are visited.
Results can be sorted by `created` (the default, derived from the
conversation ID timestamp), `activated` (last activation time), or
`updated` (last event time). Pair it with `--descending` to reverse the
order.

`--raw` strips the conversation-ID prefix and ANSI decoration, printing
only the matched and context lines — useful for piping into other tools.

JSON output is also supported: when `--format json` is active, results
are emitted as an array of objects with `id`, `text`, and `match`
fields, letting scripts distinguish context lines from actual matches.

Signed-off-by: Jean Mertz <git@jeanmertz.com>

20160 of 31309 relevant lines covered (64.39%)

198.08 hits per line

Source Files on job 24158693542.1
  • Tree
  • List 257
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 24158693542
  • 88ae4c55 on github
  • Prev Job for on main (#24158681988.1)
  • Next Job for on main (#24159695622.1)
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