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

umputun / weblist
84%

Build:
DEFAULT BRANCH: master
Repo Added 17 Mar 2025 04:43AM UTC
Token tJv92swKEIf1mit2WDYHbqDdVSRy6VLIQ regen
Build 272 Last
Files 8
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

LAST BUILD ON BRANCH master
branch: master
CHANGE BRANCH
x
Reset
Sync Branches
  • master
  • add-e2e-tests
  • add-shell-completions
  • dependabot/go_modules/golang.org/x/crypto-0.45.0
  • feat/binary-content-detection
  • feat/recursive-mtime
  • feature-branding
  • feature-params-restructure
  • feature/add-direct-link-icon
  • feature/extract-file-modal-template
  • feature/file-preview
  • feature/fix-linting-and-improve-error-handling
  • feature/merge-file-templates
  • feature/multi-file-download
  • feature/refactor-file-handlers-clean
  • feature/sftp-improvements
  • feature/sort-cookies
  • feature/syntax-highlighting
  • file-upload
  • fix-auth-rate-limiting-and-template-caching
  • fix-responsive-design
  • fix/timing-attack-protection
  • json-api-feature
  • markdown-rendering
  • paskal/dependabot-disable-updates
  • redirect-directories
  • refactor/simplify-assets-handler
  • refs/tags/v0.1.0
  • refs/tags/v0.1.1
  • refs/tags/v0.1.2
  • refs/tags/v0.1.3
  • refs/tags/v0.1.4
  • refs/tags/v0.1.5
  • refs/tags/v0.10.3
  • refs/tags/v0.11.0
  • refs/tags/v0.12.0
  • refs/tags/v0.12.1
  • refs/tags/v0.13.0
  • refs/tags/v0.13.1
  • refs/tags/v0.13.2
  • refs/tags/v0.14.0
  • refs/tags/v0.14.1
  • refs/tags/v0.14.2
  • refs/tags/v0.14.3
  • refs/tags/v0.14.4
  • refs/tags/v0.15.0
  • refs/tags/v0.16.0
  • refs/tags/v0.17.0
  • refs/tags/v0.17.1
  • refs/tags/v0.17.2
  • refs/tags/v0.17.3
  • refs/tags/v0.18.0
  • refs/tags/v0.18.1
  • refs/tags/v0.19.0
  • refs/tags/v0.2.1
  • refs/tags/v0.2.2
  • refs/tags/v0.2.3
  • refs/tags/v0.2.4
  • refs/tags/v0.3.0
  • refs/tags/v0.3.1
  • refs/tags/v0.4.0
  • refs/tags/v0.4.1
  • refs/tags/v0.4.2
  • refs/tags/v0.5.0
  • refs/tags/v0.5.1
  • refs/tags/v0.6.0
  • refs/tags/v0.7.0
  • refs/tags/v0.8.0
  • refs/tags/v0.8.1
  • refs/tags/v0.8.2
  • refs/tags/v0.8.3
  • refs/tags/v0.8.4
  • refs/tags/v0.8.5
  • refs/tags/v0.9.0
  • refs/tags/v0.9.1
  • refs/tags/v0.9.2
  • refs/tags/v0.9.3
  • secure-auth-tokens
  • security-enhancements
  • style-improvements
  • test/docker-fix

18 Feb 2026 03:30AM UTC coverage: 83.68% (-0.07%) from 83.75%
22125332569

push

github

web-flow
Add shell completions for bash, zsh, and fish (#38)

* Add shell completions for bash, zsh, and fish

* use verbose completions for zsh and fish descriptions

0 of 3 new or added lines in 1 file covered. (0.0%)

2010 of 2402 relevant lines covered (83.68%)

14.63 hits per line

Relevant lines Covered
Build:
Build:
2402 RELEVANT LINES 2010 COVERED LINES
14.63 HITS PER LINE
Source Files on master
  • Tree
  • List 8
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
22125332569 master Add shell completions for bash, zsh, and fish (#38) * Add shell completions for bash, zsh, and fish * use verbose completions for zsh and fish descriptions push 18 Feb 2026 03:31AM UTC web-flow github
83.68
22022309066 master feat(server): render markdown files as formatted HTML push 14 Feb 2026 06:37PM UTC umputun github
83.75
21980565667 master fix(assets): resize favicon from 600x600 to 64x64 reduces embedded favicon.png from 523KB to 7KB push 13 Feb 2026 08:51AM UTC umputun github
83.78
21980287607 master fix(auth): serve favicon.ico without authentication browsers requesting /favicon.ico at root level were redirected to login because the path was caught by the auth-protected wildcard route handler push 13 Feb 2026 08:41AM UTC umputun github
83.78
21976763562 master fix(upload): clean up multipart temp files and return proper status for symlink rejection add defer RemoveAll() after ParseMultipartForm to prevent temp file leaks. use uploadError type for symlink and file-exists errors instead of sentinels, ret... push 13 Feb 2026 06:13AM UTC umputun github
83.76
21976175488 master 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 ro... push 13 Feb 2026 05:45AM UTC web-flow github
83.81
21972308359 master chore: add zed editor task configurations push 13 Feb 2026 02:28AM UTC umputun github
83.85
21972223106 master chore(deps): update go modules and github actions versions - bump chroma/v2 to v2.23.1, rest to v1.21.0, go-redis to v9.17.3, x/crypto to v0.48.0, x/sys to v0.41.0 - bump checkout to v6, setup-go to v6, upload-artifact to v6, download-artifac... push 13 Feb 2026 02:24AM UTC umputun github
83.85
21640512056 master fix(brew): add directory field to publish formula to Formula/ Related to umputun/homebrew-apps#1 push 03 Feb 2026 05:27PM UTC umputun github
83.85
20456727278 master refactor(e2e): optimize browser reuse and add wait helpers - Launch browser once in TestMain, create contexts per test (~10x faster) - Add waitVisible/waitHidden helpers to replace verbose WaitFor calls - Remove time.Sleep, use assert.Eventually ... push 23 Dec 2025 09:22AM UTC umputun github
83.85
See All Builds (228)

Badge your Repo: weblist

We detected this repo isn’t badged! Grab the embed code to the right, add it to your repo to show off your code coverage, and when the badge is live hit the refresh button to remove this message.

Could not find badge in README.

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

Refresh
  • Settings
  • Repo on GitHub
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