• 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 249 Last
Files 7
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
  • 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
  • fix-auth-rate-limiting-and-template-caching
  • fix-responsive-design
  • fix/timing-attack-protection
  • json-api-feature
  • 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.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

23 Dec 2025 09:20AM UTC coverage: 83.85%. Remained the same
20456727278

push

github

umputun
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 for reliable waits
- Remove duplicate waitForAuthServer, reuse waitForServer
- Add slowMo option for non-headless debugging mode

1838 of 2192 relevant lines covered (83.85%)

14.09 hits per line

Relevant lines Covered
Build:
Build:
2192 RELEVANT LINES 1838 COVERED LINES
14.09 HITS PER LINE
Source Files on master
  • Tree
  • List 7
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
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
20440458097 master docs: add e2e testing section to CLAUDE.md push 22 Dec 2025 06:23PM UTC umputun github
83.85
20440370991 master chore: expand Makefile with standard targets Add targets: all, build, test, race_test, lint, docker, release, version push 22 Dec 2025 06:20PM UTC umputun github
83.85
20218263588 master fix(ui): auto-close modal when opening file in new tab clicking "open in new tab" now closes the quick view modal automatically, improving UX by not leaving an orphaned modal. push 15 Dec 2025 02:13AM UTC umputun github
83.85
20216149394 master feat(ui): add extensionless file support and improve modal UX - add knownTextFilenames map for Makefile, Dockerfile, LICENSE, etc. - detect binary content for extensionless files via http.DetectContentType - remove redundant link icon from file l... push 14 Dec 2025 11:58PM UTC umputun github
83.85
20213172670 master docs: document file type detection architecture add notes about extension-based viewability detection and known limitation with misnamed binary files push 14 Dec 2025 07:43PM UTC umputun github
83.57
20204580005 master test: add edge case tests for recursive mtime - add test for empty directory returns zero time - add test for excluded directory SkipDir path - add test for non-existent path handling - add RECURSIVE_MTIME to docker-compose example in README push 14 Dec 2025 07:26AM UTC umputun github
83.57
20196972188 master fix: exclude files from recursive mtime and sanitize docker tags - getRecursiveMtime now respects exclusion patterns (skips excluded files/directories when calculating directory modification time) - docker workflow replaces / with _ in branch n... push 13 Dec 2025 07:45PM UTC umputun github
83.39
20196449892 master feat(ui): add htmx improvements and modernize go code htmx enhancements: - add loading indicators with spinner during requests - add browser history support with clean urls via hx-push-url - add error feedback display on htmx failures - add HX-Re... push 13 Dec 2025 07:00PM UTC umputun github
83.44
20010777498 master ci(docker): migrate to native github arm64 runners extract docker builds to separate workflow using native arm64 runners (ubuntu-24.04-arm) for parallel multi-arch builds. removes qemu emulation overhead from ci workflow, reducing total build tim... push 07 Dec 2025 09:44PM UTC umputun github
82.48
See All Builds (207)

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