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

umputun / revdiff / 24294520450
90%

Build:
DEFAULT BRANCH: master
Ran 12 Apr 2026 12:03AM UTC
Jobs 1
Files 43
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

12 Apr 2026 12:02AM UTC coverage: 87.736%. Remained the same
24294520450

push

github

web-flow
feat: add history fallback to revdiff skill (#95)

* feat: add history fallback to revdiff skill

Add read-latest-history.sh helper used as a tertiary fallback in
the Step 3 annotation-collection path and as a new "Using Existing
Review History" entry point for queries like "locate my latest
review". The helper reads the newest .md from the per-repo history
directory (REVDIFF_HISTORY_DIR or ~/.config/revdiff/history). Synced
to the Codex plugin copy byte-identically per existing script sync
convention. README and site/docs.html document the plugin-side
workflow in the existing Review History section. Plugin version
bumped to 0.7.2.

* fix: address review feedback on history fallback

Drop the Step 3 tertiary history fallback — it could silently return
stale annotations from an unrelated prior session when the current
session exited with no annotations. The temp output file and history
file are written in the same exit path, so if the temp is missing or
empty, the current session's history is missing too, and Step 5 would
only ever surface prior sessions' data. The explicit "Using Existing
Review History" section stays for user-invoked queries where that's
the desired behavior.

Harden read-latest-history.sh to honor its "exits 0 in both cases"
contract: drop `set -e` so cat permission/race errors don't abort the
fallback, and guard the $HOME default expansion with `${HOME:-}` so
an unset HOME doesn't trip `set -u`.

6367 of 7257 relevant lines covered (87.74%)

359.75 hits per line

Jobs
ID Job ID Ran Files Coverage
1 24294520450.1 12 Apr 2026 12:03AM UTC 43
87.74
GitHub Action Run
Source Files on build 24294520450
  • Tree
  • List 43
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • cd4f3e23 on github
  • Prev Build on master (#24294082649)
  • Next Build on master (#24300678060)
  • 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