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

dcdpr / jp / 18651499797
58%

Build:
DEFAULT BRANCH: main
Ran 20 Oct 2025 12:16PM UTC
Jobs 1
Files 143
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

20 Oct 2025 12:09PM UTC coverage: 45.722% (-0.4%) from 46.105%
18651499797

push

github

web-flow
feat(cli): Add graceful signal handling and configurable threading (#276)

Users can now gracefully interrupt long-running operations like
streaming LLM responses using Ctrl+C or other OS signals. The
application will save conversation state before exiting, preventing data
loss during interruption.

A new `--threads` flag allows configuring the number of worker threads,
defaulting to the number of available CPU cores. This provides better
control over resource usage for different runtime scenarios.

Technical changes include a new `jp_macro` crate providing a `rustfmt`-
compatible select! macro and manual runtime management replacing
`#[tokio::main]`.

---------

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

0 of 189 new or added lines in 6 files covered. (0.0%)

6 existing lines in 4 files now uncovered.

6717 of 14691 relevant lines covered (45.72%)

15.51 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
2
0.0
0.0% crates/jp_cli/src/main.rs
11
0.0
0.0% crates/jp_cli/src/ctx.rs
13
0.0
0.0% crates/jp_task/src/handler.rs
33
0.0
0.0% crates/jp_cli/src/lib.rs
47
0.0
crates/jp_cli/src/signals.rs
83
28.83
-1.47% crates/jp_cli/src/cmd/query.rs

Uncovered Existing Lines

Lines Coverage ∆ File
1
0.0
0.0% crates/jp_cli/src/ctx.rs
1
0.0
0.0% crates/jp_cli/src/main.rs
2
0.0
0.0% crates/jp_cli/src/lib.rs
2
0.0
0.0% crates/jp_task/src/handler.rs
Jobs
ID Job ID Ran Files Coverage
1 18651499797.1 20 Oct 2025 12:16PM UTC 143
45.72
GitHub Action Run
Source Files on build 18651499797
  • Tree
  • List 143
  • Changed 7
  • Source Changed 7
  • Coverage Changed 7
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #18651499797
  • f4be4555 on github
  • Prev Build on main (#18356983203)
  • Next Build on main (#18655173157)
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