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

dcdpr / jp / 23973783785
67%

Build:
DEFAULT BRANCH: main
Ran 04 Apr 2026 07:06AM UTC
Jobs 1
Files 256
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

04 Apr 2026 07:01AM UTC coverage: 64.279% (+28.5%) from 35.804%
23973783785

push

github

web-flow
refactor(llm, config): Minor tweaks and refactoring (#510)

Previously, LLM request payloads and the loaded config were serialized
directly into `trace!` log fields. For large requests this produced
enormous log lines that could overwhelm structured log consumers and
make logs hard to grep.

A new `trace_to_tmpfile` helper writes the JSON payload to a
process-scoped file in `$TMPDIR` (e.g. `jp-anthropic-request-
<pid>.json`) and logs the path instead. Three LLM providers (Anthropic,
Google, Ollama) and the config-loading trace now use this approach.

Beyond the tracing change, `?` is now accepted as an alias for the
conversation picker (alongside the empty string). Tool response content
switches from `trim()` to `trim_end()`, preserving intentional leading
whitespace in tool outputs. The `--cfg` error message is simplified, and
justfile toolchain versions are bumped.

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

3 of 23 new or added lines in 5 files covered. (13.04%)

19742 of 30713 relevant lines covered (64.28%)

197.93 hits per line

Uncovered Changes

Lines Coverage ∆ File
10
85.14
crates/jp_config/src/util.rs
9
45.45
crates/jp_llm/src/provider.rs
1
81.89
crates/jp_cli/src/cmd/query/tool/renderer.rs
Jobs
ID Job ID Ran Files Coverage
1 23973783785.1 04 Apr 2026 07:06AM UTC 256
64.28
GitHub Action Run
Source Files on build 23973783785
  • Tree
  • List 256
  • Changed 5
  • Source Changed 0
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #23973783785
  • 56d0b411 on github
  • Prev Build on main (#23973233061)
  • Next Build on main (#23973889748)
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