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

radio-t / stream-recorder / 34444131806
76%
master: 76%

Build:
Build:
LAST BUILD BRANCH: fix/partial-recording-path
DEFAULT BRANCH: master
Ran 10 Sep 2026 06:14AM UTC
Jobs 1
Files 12
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

10 Sep 2026 06:07AM UTC coverage: 76.187% (+0.5%) from 75.71%
34444131806

Pull #32

github

paskal
Report zip failures instead of swallowing them

GET /episode/{folder} builds a zip archive per request and every failure
along the way was swallowed: open, stat and entry-creation errors skipped
the file, io.Copy and the source Close were ignored, and the deferred
zip.Writer.Close discarded its error, so a failed read could produce a
complete-looking archive silently missing a file behind an already-sent
200.

Every failure is now returned immediately. A failure before the first
byte reaches the client clears the attachment header and returns 500;
after that the archive is left unfinished on purpose, so without a
central directory the client sees a broken download. Entries carry the
file's modification time, which zip.Writer.Create left at the start of
the DOS epoch.
Pull Request #32: Report zip failures instead of swallowing them

35 of 42 new or added lines in 1 file covered. (83.33%)

1 existing line in 1 file now uncovered.

1043 of 1369 relevant lines covered (76.19%)

8.33 hits per line

Uncovered Changes

Lines Coverage ∆ File
7
82.0
1.24% app/server/server.go

Coverage Regressions

Lines Coverage ∆ File
1
82.0
1.24% app/server/server.go
Jobs
ID Job ID Ran Files Coverage
1 34444131806.1 10 Sep 2026 06:14AM UTC 12
76.19
GitHub Action Run
Source Files on build 34444131806
  • Tree
  • List 12
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #32
  • PR Base - master (#34085486681)
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