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

dcdpr / jp / 24536490288
66%

Build:
DEFAULT BRANCH: main
Ran 16 Apr 2026 10:10PM UTC
Jobs 1
Files 287
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

16 Apr 2026 10:06PM UTC coverage: 64.272% (-0.01%) from 64.282%
24536490288

push

github

web-flow
feat(cli): Add `--log` flag for fine-grained log filtering (#571)

Adds a new `--log=DIRECTIVE` global flag that accepts a comma-separated
list of `target=level` pairs, forwarded directly to
`tracing_subscriber::EnvFilter`.

This lets users target specific subsystems without flooding output with
unrelated noise. For example:

    jp query --log=tool::stderr=trace "Hello"
    jp query --log='jp_llm=trace,plugin=off' "Hello"

The flag composes with `-v`: verbosity sets the baseline level for jp's
own modules, while `--log` appends directives that add or override
specific targets. Because user-supplied directives are appended last,
they take precedence over the baseline.

Passing `--log` without `-v` still enables stderr log output. Without
this, the flag would silently do nothing unless the user also remembered
to pass `-v`.

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

0 of 7 new or added lines in 1 file covered. (0.0%)

2 existing lines in 1 file now uncovered.

22934 of 35683 relevant lines covered (64.27%)

242.16 hits per line

Uncovered Changes

Lines Coverage ∆ File
7
3.16
-0.04% crates/jp_cli/src/lib.rs

Coverage Regressions

Lines Coverage ∆ File
2
3.16
-0.04% crates/jp_cli/src/lib.rs
Jobs
ID Job ID Ran Files Coverage
1 24536490288.1 16 Apr 2026 10:10PM UTC 287
64.27
GitHub Action Run
Source Files on build 24536490288
  • Tree
  • List 287
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #24536490288
  • 63d6e7f5 on github
  • Prev Build on main (#24534241672)
  • Next Build on main (#24536510404)
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