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

umputun / cronn
76%

Build:
DEFAULT BRANCH: master
Repo Added 22 Jul 2020 08:51AM UTC
Files 26
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
  • master
  • add-job-toggle
  • auth-implementation
  • brute-force-protection
  • ci/workflow-hardening
  • 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
  • feature/zero-jobs-update-mode
  • fix-execution-id-type
  • fix/ci-security-hardening
  • fix/markdown-list-formatting
  • fix/remove-site-docker
  • fix/web-parser-reuse-sqlite-locking
  • gorelease
  • improve-conditions-validation
  • jitter-duration
  • json-api-history-logs
  • 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.11.0
  • refs/tags/v1.12.0
  • refs/tags/v1.12.1
  • refs/tags/v1.12.2
  • refs/tags/v1.12.3
  • refs/tags/v1.12.4
  • refs/tags/v1.13.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

26 Apr 2026 04:55AM UTC coverage: 75.702%. Remained the same
24948653232

push

github

umputun
chore(deps): update go modules

Update direct Go module dependencies and refresh the vendored module tree.

Modernize atomic counters flagged by golangci-lint so validation passes.

1 of 1 new or added line in 1 file covered. (100.0%)

2829 of 3737 relevant lines covered (75.7%)

40.82 hits per line

Relevant lines Covered
Build:
Build:
3737 RELEVANT LINES 2829 COVERED LINES
40.82 HITS PER LINE
Source Files on master
  • Tree
  • List 26
  • 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
24948653232 master chore(deps): update go modules Update direct Go module dependencies and refresh the vendored module tree. Modernize atomic counters flagged by golangci-lint so validation passes. push 26 Apr 2026 04:58AM UTC umputun github
75.7
23375704174 master update jsonparser dependency to fix CVE (DoS vulnerability) push 21 Mar 2026 08:27AM UTC umputun github
75.7
23375668189 master fix: add Enabled guard in handleJobEvent, fix struct alignment skip updateNextRun for disabled jobs in handleJobEvent to be consistent with all other handlers, fix field alignment in Scheduler struct push 21 Mar 2026 08:24AM UTC umputun github
75.7
23375606972 master Add job enable/disable toggle (#65) * add job enable/disable toggle endpoint and UI button * add .zed to .gitignore * update documentation for job enable/disable toggle feature * wire disable toggle channel between web server and scheduler to ... push 21 Mar 2026 08:20AM UTC web-flow github
75.68
23285061237 master update to Go 1.26, fix auth cookie SameSite, update dependencies - switch Go version to 1.26 in go.mod and CI workflows - change auth cookie SameSite from Strict to Lax to fix session persistence when navigating back to the site - update all Go... push 19 Mar 2026 07:53AM UTC umputun github
75.6
23131439420 master Merge pull request #64 from umputun/fix/remove-site-docker chore: remove obsolete site Docker build push 16 Mar 2026 06:50AM UTC web-flow github
75.6
23131160148 master Merge pull request #63 from paskal/ci/workflow-hardening ci: harden workflows, upgrade actions, fix caching push 16 Mar 2026 06:40AM UTC web-flow github
75.6
22729449965 master Merge pull request #62 from umputun/fix/ci-security-hardening harden docker workflow against CI injection attacks push 05 Mar 2026 05:58PM UTC web-flow github
75.6
22125454012 master chore: exclude new gosec taint analysis rules in golangci config push 18 Feb 2026 03:38AM UTC umputun github
75.6
21744872713 master feat(site): add landing page with dark theme - new landing page matching dashboard dark theme colors - mkdocs docs served at /docs/ subdirectory - updated build to use python venv for dependencies - fixed deprecated emoji extensions in mkdocs.yml push 06 Feb 2026 09:06AM UTC umputun github
75.56
See All Builds (338)
  • 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