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

umputun / cronn
75%
master: 75%

Build:
Build:
LAST BUILD BRANCH: refs/tags/v1.10.0
DEFAULT BRANCH: master
Repo Added 22 Jul 2020 08:51AM UTC
Files 25
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 refs/tags/v1.10.0
branch: SELECT
CHANGE BRANCH
x
  • No branch selected
  • auth-implementation
  • brute-force-protection
  • conditional-execution
  • dependabot/github_actions/github-actions-updates-a2e7793ad6
  • dependabot/go_modules/github.com/go-pkgz/lgr-0.12.0
  • dependabot/go_modules/go-modules-updates-07f3a6036d
  • dependabot/go_modules/go-modules-updates-24b9848b30
  • dependabot/go_modules/go-modules-updates-5acbcdf0e0
  • dependabot/go_modules/go-modules-updates-e08d9a54d9
  • dependabot/go_modules/go-modules-updates-e7f7ae579a
  • e2e-tests
  • feat/alt-template-delimiters
  • feat/filter-and-template-refactoring
  • feat/neighbors-selector
  • feat/run-now-button
  • feature/manual-job-customization
  • feature/settings-modal
  • feature/web-base-url
  • feature/web-hostname
  • feature/web-manual-disable-options
  • fix-execution-id-type
  • fix/markdown-list-formatting
  • fix/web-parser-reuse-sqlite-locking
  • gorelease
  • improve-conditions-validation
  • jitter-duration
  • master
  • paskal/clarify_email_notifications
  • paskal/dependabot-disable-updates
  • paskal/dependabot-security-updates
  • paskal/fix_successful_notifications
  • paskal/more_notifications
  • paskal/notify
  • paskal/update
  • refs/tags/v0.2.0
  • refs/tags/v0.3.0
  • refs/tags/v0.3.1
  • refs/tags/v0.4.0
  • refs/tags/v1.0.0
  • refs/tags/v1.1.0
  • refs/tags/v1.1.1
  • refs/tags/v1.10.0
  • refs/tags/v1.2.0
  • refs/tags/v1.3.0
  • refs/tags/v1.4.0
  • refs/tags/v1.5.0
  • refs/tags/v1.5.1-beta.1
  • refs/tags/v1.5.10
  • refs/tags/v1.5.11
  • refs/tags/v1.5.2
  • refs/tags/v1.5.3
  • refs/tags/v1.5.4
  • refs/tags/v1.5.5
  • refs/tags/v1.5.6
  • refs/tags/v1.5.7
  • refs/tags/v1.5.8
  • refs/tags/v1.5.9
  • refs/tags/v1.6.0
  • refs/tags/v1.6.1
  • refs/tags/v1.7.0
  • refs/tags/v1.7.1
  • refs/tags/v1.8.0
  • refs/tags/v1.8.1
  • refs/tags/v1.9.0
  • sighup
  • site
  • web-execution-history
  • web-ui
  • yaml-config-support

23 Dec 2025 09:57AM UTC coverage: 74.637%. First build
20457658284

push

github

umputun
fix: use flexbox for footer cross-browser vertical centering

- change footer from text-align to flexbox for consistent centering
- add line-height: 1 for tighter text rendering
- add e2e test verifying footer uses flexbox with center alignment

2625 of 3517 relevant lines covered (74.64%)

38.13 hits per line

Relevant lines Covered
Build:
Build:
3517 RELEVANT LINES 2625 COVERED LINES
38.13 HITS PER LINE
Source Files on master
  • Tree
  • List 25
  • 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
20457658284 refs/tags/v1.10.0 fix: use flexbox for footer cross-browser vertical centering - change footer from text-align to flexbox for consistent centering - add line-height: 1 for tighter text rendering - add e2e test verifying footer uses flexbox with center alignment push 23 Dec 2025 10:05AM UTC umputun github
74.64
20457532286 master fix: use flexbox for footer cross-browser vertical centering - change footer from text-align to flexbox for consistent centering - add line-height: 1 for tighter text rendering - add e2e test verifying footer uses flexbox with center alignment push 23 Dec 2025 09:59AM UTC umputun github
74.58
20422208377 master add e2e browser tests for web UI (#58) - 38 playwright-go tests covering dashboard, auth, search, modals, controls, manual execution, and layout - main server runs without auth (port 18080) - auth tests start isolated server with auth (port 180... push 22 Dec 2025 04:58AM UTC web-flow github
74.64
20422109590 e2e-tests add e2e browser tests for web UI - 38 playwright-go tests covering dashboard, auth, search, modals, controls, manual execution, and layout - main server runs without auth (port 18080) - auth tests start isolated server with auth (port 18081) - ... Pull #58 22 Dec 2025 04:50AM UTC umputun github pending completion  
20422110090 e2e-tests add e2e browser tests for web UI - 38 playwright-go tests covering dashboard, auth, search, modals, controls, manual execution, and layout - main server runs without auth (port 18080) - auth tests start isolated server with auth (port 18081) - ... Pull #58 22 Dec 2025 04:50AM UTC umputun github pending completion  
20421996221 e2e-tests add e2e browser tests for web UI - 38 playwright-go tests covering dashboard, auth, search, modals, controls, manual execution, and layout - main server runs without auth (port 18080) - auth tests start isolated server with auth (port 18081) - ... Pull #58 22 Dec 2025 04:43AM UTC umputun github pending completion  
20421943074 e2e-tests add e2e browser tests for web UI - 38 playwright-go tests covering dashboard, auth, search, modals, controls, manual execution, and layout - main server runs without auth (port 18080) - auth tests start isolated server with auth (port 18081) - ... Pull #58 22 Dec 2025 04:39AM UTC umputun github pending completion  
20312383317 master fix: add blank lines before lists in docs for proper mkdocs rendering Apply the same fix to WEBUI_ARCHITECTURE.md and WEBUI_TODO.md docs. push 17 Dec 2025 05:59PM UTC umputun github
74.64
20304024912 fix/markdown-list-formatting fix: add blank lines before lists in docs for proper mkdocs rendering Apply the same fix to WEBUI_ARCHITECTURE.md and WEBUI_TODO.md docs. Pull #57 17 Dec 2025 01:15PM UTC paskal github
74.58
20303924777 fix/markdown-list-formatting fix: add blank lines before lists in README for proper mkdocs rendering Add blank lines before all markdown lists to ensure proper rendering with mkdocs sane_lists extension. Lists on cronn.umputun.dev were appearing as inline text instead of pro... Pull #57 17 Dec 2025 01:12PM UTC paskal github
74.58
See All Builds (297)
  • 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

© 2025 Coveralls, Inc