xetup/internal/report
X9 Dev ef56410139
All checks were successful
release / build-and-release (push) Successful in 35s
fix(report): footer advertises log attachment only when actually attached
buildHTML ran before zipLog, so the email footer always claimed
"log v priloze (<host>-Deploy.log.zip)" even when the log was unreadable
and no attachment was added. Zip the log first and pass the attachment
name into buildHTML; footer now names the zip only when present, otherwise
points solely to the local copy. Covered by TestBuildHTMLFooterMatchesAttachment.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-28 18:03:45 +02:00
..
report.go fix(report): footer advertises log attachment only when actually attached 2026-07-28 18:03:45 +02:00
report_test.go fix(report): footer advertises log attachment only when actually attached 2026-07-28 18:03:45 +02:00