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

jhheider / pdcst / 29272529737
67%

Build:
DEFAULT BRANCH: main
Ran 13 Jul 2026 06:00PM UTC
Jobs 1
Files 44
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

13 Jul 2026 05:57PM UTC coverage: 66.723% (-0.3%) from 67.062%
29272529737

push

github

web-flow
feat: mark seen / mark all seen (new = unacknowledged, not just unplayed) (#37)

"New" was `played = 0`, so after an OPML import - which carries no listen
history - every episode reads as new forever (a feed shows "N new = N
eps"). Add a proper third state so you can clear that backlog without
pretending you listened:

- New `is_new` column (default true), cleared three ways: playing an
  episode, finishing it (mark played), or explicitly marking it seen.
  `played` still means "listened", so "seen but not listened" is now
  expressible.
- The subscription count is redefined as new = `is_new = 1 AND played = 0`
  (a played episode is never "new"), and the model field / SQL renamed
  `unplayed_count` -> `new_count`.
- `S` marks seen: the selected episode in the Episodes pane, or the whole
  feed in the Subscriptions pane (the backlog clear). Footer + help updated.
- `insert_episode`'s upsert leaves `is_new` untouched on conflict (like the
  other user-state columns), so a refresh never re-news a seen episode.

Tested: mark_episode_seen / mark_subscription_seen clear new without
marking played; playing/mark-played also clear it; the count excludes
played episodes.


Claude-Session: https://claude.ai/code/session_014meUZPwNWx1cfEub4Ncx3Y

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

32 of 57 new or added lines in 8 files covered. (56.14%)

10 existing lines in 1 file now uncovered.

3970 of 5950 relevant lines covered (66.72%)

2533172.26 hits per line

Uncovered Changes

Lines Coverage ∆ File
22
36.34
-2.32% crates/pdcst/src/app/state/library.rs
3
0.0
0.0% crates/pdcst/src/app/input.rs

Coverage Regressions

Lines Coverage ∆ File
10
13.11
-4.45% crates/pdcst/src/app/state/playback.rs
Jobs
ID Job ID Ran Files Coverage
1 29272529737.1 13 Jul 2026 06:00PM UTC 44
66.72
GitHub Action Run
Source Files on build 29272529737
  • Tree
  • List 44
  • Changed 8
  • Source Changed 8
  • Coverage Changed 6
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #29272529737
  • 83f6dfcb on github
  • Prev Build on main (#29270843876)
  • Next Build on main (#29273316681)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc