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

dcdpr / jp / 20595441263
58%

Build:
DEFAULT BRANCH: main
Ran 30 Dec 2025 11:26AM UTC
Jobs 1
Files 170
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

30 Dec 2025 11:25AM UTC coverage: 51.555% (-0.1%) from 51.67%
20595441263

push

github

web-flow
refactor(tombmap, workspace): Implement change tracking for mutable access (#339)

Introduce a `Mut` wrapper in `jp_tombmap` to provide change detection
during mutable iteration and access. This replaces previous untracked
access patterns and removes placeholders that would previously panic.

The `Mut` wrapper implements `DerefMut` and provides methods like
`get_mut` and `into_mut` which automatically mark the associated key as
modified in the underlying `TombMap`.

Update `Workspace` conversation accessors to return these `Mut`
wrappers. This ensures that modifications to conversations, such as
updating titles in `TitleGeneratorTask` or toggling local flags in the
`edit` command, are correctly tracked by the workspace state management
for persistence.

---------

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

19 of 99 new or added lines in 3 files covered. (19.19%)

1 existing line in 1 file now uncovered.

9052 of 17558 relevant lines covered (51.55%)

130.14 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
0.0
0.0% crates/jp_cli/src/cmd/conversation/edit.rs
23
43.89
-0.62% crates/jp_workspace/src/lib.rs
56
43.97
-2.74% crates/jp_tombmap/src/lib.rs

Uncovered Existing Lines

Lines Coverage ∆ File
1
43.97
-2.74% crates/jp_tombmap/src/lib.rs
Jobs
ID Job ID Ran Files Coverage
1 20595441263.1 30 Dec 2025 11:26AM UTC 170
51.55
GitHub Action Run
Source Files on build 20595441263
  • Tree
  • List 170
  • Changed 5
  • Source Changed 5
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #20595441263
  • d12f93a5 on github
  • Prev Build on main (#20595238311)
  • Next Build on main (#20597844613)
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