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

umputun / weblist / 21976175488
84%

Build:
DEFAULT BRANCH: master
Ran 13 Feb 2026 05:45AM UTC
Jobs 1
Files 8
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 Feb 2026 05:43AM UTC coverage: 83.814% (-0.04%) from 83.85%
21976175488

push

github

web-flow
Add file upload support (#36)

* docs: add file upload implementation plan

* feat: add file upload support

add optional file upload with multipart/form-data handler.
CLI options: --upload.enabled, --upload.max-size, --upload.overwrite.
upload route uses own MaxBytesReader bypassing global 1MB SizeLimit.
includes path traversal prevention, symlink rejection, filename validation,
and exclude-pattern enforcement.

* feat: add upload UI with drag-drop and clipboard paste

add upload toolbar button with hidden file input for click-to-browse.
drag-drop on file listing area with visual highlight overlay.
clipboard paste handler with timestamped filenames.
toast notifications for upload success/failure.
HTMX page refresh after successful upload.

* test: add e2e tests for upload feature

playwright-based tests covering file upload button, drag-drop,
disabled state, overwrite behavior, and upload to subdirectories.

* docs: add upload feature documentation

update README with upload CLI options and usage.
update CLAUDE.md with upload architecture notes.
move completed plan to docs/plans/completed/.
update zed tasks with upload flags.

* chore: bump go version to 1.26

update go.mod, CI workflows, and e2e workflow to go 1.26.

* fix(upload): move toast outside HTMX swap target

toast div was inside #page-content and got destroyed on every
HTMX innerHTML swap after upload. move it outside </main> so it
survives content refresh. add e2e tests for toast visibility on
success and duplicate file error.

* fix(ci): update golangci-lint to v2.9.0 for go 1.26 support

165 of 191 new or added lines in 5 files covered. (86.39%)

2 existing lines in 1 file now uncovered.

1978 of 2360 relevant lines covered (83.81%)

13.87 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
3
84.72
-0.33% server/server.go
23
83.8
server/upload.go

Uncovered Existing Lines

Lines Coverage ∆ File
2
93.5
-1.63% server/fileinfo.go
Jobs
ID Job ID Ran Files Coverage
1 21976175488.1 13 Feb 2026 05:45AM UTC 8
83.81
GitHub Action Run
Source Files on build 21976175488
  • Tree
  • List 8
  • Changed 5
  • Source Changed 0
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • bcae8974 on github
  • Prev Build on master (#21972308359)
  • Next Build on master (#21976763562)
  • 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