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

dcdpr / jp / 18877312025
58%

Build:
DEFAULT BRANCH: main
Ran 28 Oct 2025 02:02PM UTC
Jobs 1
Files 149
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

28 Oct 2025 01:59PM UTC coverage: 47.665% (+1.0%) from 46.658%
18877312025

push

github

web-flow
enhance(config): Add merge strategy support for `instructions` field (#297)

Users can now configure the `instructions` field with explicit merge
strategies, allowing finer control over how configuration layers
combine. This aligns with the existing merge strategy support for
`system_prompt`.

The instructions field now accepts either a plain array (using `replace`
strategy by default) or an object with `value` and `strategy` fields.
For example:

```toml
[assistant.instructions]
strategy = "append"
value = [{ title = "Additional instruction" }]
```

To support this, a new `MergeableVec<T>` type was introduced that
mirrors the `MergeableString` pattern, providing consistent merge
behavior across different configuration value types.

Additional changes:

Renamed string merge types for consistency and clarity:

- `StringWithMerge` → `MergeableString`
- `StringWithStrategy` → `MergedString`
- `StringMergeStrategy` → `MergedStringStrategy`

Restructured the internal merge module by splitting string and vec merge
strategies into separate submodules for better organization.

---------

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

539 of 588 new or added lines in 7 files covered. (91.67%)

7411 of 15548 relevant lines covered (47.67%)

14.84 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
29.5
0.0% crates/jp_cli/src/cmd/query.rs
1
97.05
0.0% crates/jp_config/src/assignment.rs
1
96.9
5.72% crates/jp_config/src/assistant.rs
3
98.13
crates/jp_config/src/internal/merge/string.rs
3
25.0
0.0% crates/jp_config/src/types/string.rs
40
41.18
crates/jp_config/src/types/vec.rs
Jobs
ID Job ID Ran Files Coverage
1 18877312025.1 28 Oct 2025 02:02PM UTC 149
47.67
GitHub Action Run
Source Files on build 18877312025
  • Tree
  • List 149
  • Changed 4
  • Source Changed 4
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #18877312025
  • 3f86e8d9 on github
  • Prev Build on main (#18875643534)
  • Next Build on main (#18877319048)
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