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

futpib / claugrep / 24431338559
92%

Build:
DEFAULT BRANCH: master
Ran 15 Apr 2026 01:18AM UTC
Jobs 1
Files 5
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

15 Apr 2026 01:17AM UTC coverage: 86.893% (+1.9%) from 85.009%
24431338559

push

github

futpib
      feat: warn on catch-all drop paths; handle every known subtype

      Several code paths previously fell through unrecognized subtypes to a
      silent no-op, so useful content (task reminders, queued commands, edited
      files, hook output, bash progress, etc.) never showed up in transcripts.
      Surface these records and make future unknowns self-describing:

      - `format_attachment` now dispatches on the attachment's inner `type`
        and renders every subtype present in real data. Unknown subtypes warn
        and still emit the raw JSON so nothing is dropped.
      - `extract_user` / `extract_assistant` warn on unrecognized content
        blocks while continuing to extract known siblings in the same record.
      - Progress records gain a `Target::Progress` variant plus per-subtype
        dispatch for `hook_progress`, `bash_progress`, `query_update`,
        `search_results_received`, `waiting_for_task`. `agent_progress` keeps
        its nested-message recursion; unknown subtypes warn + raw JSON.
      - `parse_targets` accepts `default` and `all` as tokens inside a
        comma-separated list, so `-t default,progress` now composes as
        expected instead of warning about an unknown `default` target.

289 of 300 new or added lines in 2 files covered. (96.33%)

1 existing line in 1 file now uncovered.

2201 of 2533 relevant lines covered (86.89%)

27.31 hits per line

Uncovered Changes

Lines Coverage ∆ File
10
96.18
3.39% src/parser.rs
1
68.46
0.04% src/main.rs

Coverage Regressions

Lines Coverage ∆ File
1
96.18
3.39% src/parser.rs
Jobs
ID Job ID Ran Files Coverage
1 24431338559.1 15 Apr 2026 01:18AM UTC 5
86.89
GitHub Action Run
Source Files on build 24431338559
  • Tree
  • List 5
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #24431338559
  • b13e805a on github
  • Prev Build on master (#24431266527)
  • Next Build on master (#24465936312)
  • Delete
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