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

dcdpr / jp / 27716315784
67%

Build:
DEFAULT BRANCH: main
Ran 17 Jun 2026 08:06PM UTC
Jobs 1
Files 417
Run time 2min
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

17 Jun 2026 08:04PM UTC coverage: 66.631% (+0.06%) from 66.574%
27716315784

push

github

web-flow
feat(config, cli, inquire): Configurable Ctrl-C interrupt behavior (#758)

Ctrl-C during a query always showed an interactive menu, with no way to
run a fixed action immediately. A new `[interrupt]` section configures
the
behavior per context; content streaming and tool execution:

```toml
[interrupt.streaming]
action = "stop"          # prompt | continue | stop | abort | reply

[interrupt.tool_call]
action = "restart"       # prompt | continue | restart | stop_reply
```

Each context is a struct (not a bare value) so it can gain options
without
a breaking change. `action` defaults to `prompt`, preserving the menu. A
configured non-`prompt` action runs directly: `stop`/`abort` exit on a
single press, `continue`/`restart` resume or re-run, and
`reply`/`stop_reply`
stop and send a message back.

---------

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

110 of 122 new or added lines in 7 files covered. (90.16%)

2 existing lines in 2 files now uncovered.

35567 of 53379 relevant lines covered (66.63%)

426.43 hits per line

Uncovered Changes

Lines Coverage ∆ File
5
52.68
-0.21% crates/jp_cli/src/cmd/query/tool/coordinator.rs
3
95.83
crates/jp_config/src/interrupt.rs
2
43.84
-0.05% crates/jp_cli/src/cmd/query.rs
1
84.51
1.46% crates/jp_cli/src/cmd/query/interrupt/handler.rs
1
65.49
-0.14% crates/jp_cli/src/cmd/query/turn_loop.rs

Coverage Regressions

Lines Coverage ∆ File
1
43.84
-0.05% crates/jp_cli/src/cmd/query.rs
1
65.49
-0.14% crates/jp_cli/src/cmd/query/turn_loop.rs
Jobs
ID Job ID Ran Files Coverage
1 27716315784.1 17 Jun 2026 08:06PM UTC 417
66.63
GitHub Action Run
Source Files on build 27716315784
  • Tree
  • List 417
  • Changed 8
  • Source Changed 6
  • Coverage Changed 8
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #27716315784
  • 236ed374 on github
  • Prev Build on main (#27700064723)
  • Next Build on main (#27717090033)
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