• 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: 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
  • feature/zero-jobs-update-mode
  • fix-execution-id-type
  • fix/markdown-list-formatting
  • fix/web-parser-reuse-sqlite-locking
  • gorelease
  • improve-conditions-validation
  • jitter-duration
  • json-api-history-logs
  • 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.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.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

18 Feb 2026 03:36AM UTC coverage: 75.596% (+0.03%) from 75.562%
22125454012

push

github

umputun
chore: exclude new gosec taint analysis rules in golangci config

2791 of 3692 relevant lines covered (75.6%)

35.51 hits per line

Relevant lines Covered
Build:
Build:
3692 RELEVANT LINES 2791 COVERED LINES
35.51 HITS PER LINE
Source Files on master
  • Tree
  • List 26
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
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
21744773011 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:03AM UTC umputun github
75.56
21699540063 refs/tags/v1.12.3 fix(crontab): correct file change detection across minute boundaries Use time.Since() instead of comparing Second() fields directly. The previous code failed when modification time crossed minute boundaries (e.g., file modified at :45, current ti... push 05 Feb 2026 05:07AM UTC umputun github
75.56
21699521916 master fix(crontab): correct file change detection across minute boundaries Use time.Since() instead of comparing Second() fields directly. The previous code failed when modification time crossed minute boundaries (e.g., file modified at :45, current ti... push 05 Feb 2026 05:06AM UTC umputun github
75.62
21698595880 refs/tags/v1.12.2 fix(crontab): handle empty files in zero-jobs update mode Extend zero-jobs startup mode to also work with empty YAML files and files with no jobs (not just missing files). Previously only os.ErrNotExist was tolerated; now empty files, whitespace-... push 05 Feb 2026 04:20AM UTC umputun github
75.56
21698582182 master fix(crontab): handle empty files in zero-jobs update mode Extend zero-jobs startup mode to also work with empty YAML files and files with no jobs (not just missing files). Previously only os.ErrNotExist was tolerated; now empty files, whitespace-... push 05 Feb 2026 04:19AM UTC umputun github
75.62
21697837155 refs/tags/v1.12.1 feat(service): support zero-jobs startup in update mode Allow cronn to stay running with -u flag even when the crontab file does not exist initially. The scheduler starts with zero jobs and automatically loads them when the file is created. - Ch... push 05 Feb 2026 03:43AM UTC umputun github
75.59
21697769696 master feat(service): support zero-jobs startup in update mode Allow cronn to stay running with -u flag even when the crontab file does not exist initially. The scheduler starts with zero jobs and automatically loads them when the file is created. - Ch... push 05 Feb 2026 03:39AM UTC umputun github
75.59
21697637782 feature/zero-jobs-update-mode feat(service): support zero-jobs startup in update mode Allow cronn to stay running with -u flag even when the crontab file does not exist initially. The scheduler starts with zero jobs and automatically loads them when the file is created. - Ch... Pull #60 05 Feb 2026 03:32AM UTC umputun github
75.54
See All Builds (317)
  • 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