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

umputun / cronn
75%

Build:
DEFAULT BRANCH: master
Repo Added 22 Jul 2020 08:51AM UTC
Files 22
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
  • feat/alt-template-delimiters
  • feat/filter-and-template-refactoring
  • feat/run-now-button
  • 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.2.0
  • refs/tags/v1.3.0
  • sighup
  • site
  • web-ui
  • yaml-config-support

26 Aug 2025 06:54AM UTC coverage: 75.034% (+0.03%) from 75.0%
17230488781

push

github

umputun
test: fix test assertion methods, error handling, and CI timeout

- replace assert.Nil/NotNil with assert.NoError/Error for error checks
- fix all ignored errors with proper require.NoError() checks
- add testing.Short() condition for time-consuming integration test
- ensure all test operations properly check errors instead of ignoring them

ci: increase test timeout to 3m for integration tests

- the TestScheduler_DoIntegration test needs to wait for cron execution
  at the next minute boundary, which can take up to 60 seconds plus
  execution time, so 60s timeout in CI was insufficient

test: fix TestScheduler_DoIntegration assertion for cross-platform

- the error message format differs between macOS and Linux:
  * macOS: 'something: command not found'
  * Linux: 'something: not found'
- use more general assertion that works on both platforms

2194 of 2924 relevant lines covered (75.03%)

34.27 hits per line

Relevant lines Covered
Build:
Build:
2924 RELEVANT LINES 2194 COVERED LINES
34.27 HITS PER LINE
Source Files on master
  • Tree
  • List 22
  • 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
17230488781 master test: fix test assertion methods, error handling, and CI timeout - replace assert.Nil/NotNil with assert.NoError/Error for error checks - fix all ignored errors with proper require.NoError() checks - add testing.Short() condition for time-consumi... push 26 Aug 2025 06:59AM UTC umputun github
75.03
17230227158 master test: fix TestScheduler_DoIntegration assertion for cross-platform the error message format differs between macOS and Linux: - macOS: 'something: command not found' - Linux: 'something: not found' use more general assertion that works on both pl... push 26 Aug 2025 06:46AM UTC umputun github
75.03
17225677372 master fix: restore screenshot headers with markdown attribute on details tag - Add back descriptive headers for each screenshot - Keep markdown attribute on details tag for proper rendering - This combination should properly render both headers and images push 26 Aug 2025 01:56AM UTC umputun github
75.0
17225589845 master fix: remove headers from screenshots section for better rendering - Remove heading labels from screenshot images - Keep only image markdown for cleaner display in collapsible section push 26 Aug 2025 01:50AM UTC umputun github
75.0
17225451095 master docs: add spacing between screenshots in README push 26 Aug 2025 01:41AM UTC umputun github
75.0
17225025262 master fix: use absolute URLs for screenshots in README - Update screenshot image paths to use full GitHub raw URLs - Ensures images display correctly on documentation site - Revert Makefile prep_site changes as URLs are now absolute in README push 26 Aug 2025 01:13AM UTC umputun github
75.0
17224805496 refs/tags/v1.3.0 Add alternative template delimiter support (#47) * feat: add alternative template delimiter support - add --alt-template flag to use [[.YYYYMMDD]] syntax instead of {{.YYYYMMDD}} - useful for avoiding conflicts with Go templates, Helm charts, an... push 26 Aug 2025 12:59AM UTC web-flow github
75.0
17224419005 master Add alternative template delimiter support (#47) * feat: add alternative template delimiter support - add --alt-template flag to use [[.YYYYMMDD]] syntax instead of {{.YYYYMMDD}} - useful for avoiding conflicts with Go templates, Helm charts, an... push 26 Aug 2025 12:35AM UTC web-flow github
75.0
17224364698 feat/alt-template-delimiters fix: address PR review feedback - replace template.Must() with proper error handling to prevent panics - add tests for malformed template handling - remove unnecessary comment in web_test.go - fix formatting in day_test.go Addresses security con... Pull #47 26 Aug 2025 12:31AM UTC umputun github
75.0
17224200172 feat/alt-template-delimiters feat: add alternative template delimiter support - add --alt-template flag to use [[.YYYYMMDD]] syntax instead of {{.YYYYMMDD}} - useful for avoiding conflicts with Go templates, Helm charts, and other templating systems - add AltTemplateFormat o... Pull #47 26 Aug 2025 12:21AM UTC umputun github
74.97
See All Builds (193)
  • 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