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

umputun / cronn / 17178134938
73%
master: 75%

Build:
Build:
LAST BUILD BRANCH: refs/tags/v1.11.0
DEFAULT BRANCH: master
Ran 23 Aug 2025 05:21PM UTC
Jobs 1
Files 14
Run time 1min
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

23 Aug 2025 05:19PM UTC coverage: 82.872% (-0.08%) from 82.95%
17178134938

push

github

umputun
fix(web): implement SQLite persistence on server restart

SQLite persistence was completely broken - job execution history
(status, last run times) was lost on every server restart because
loadJobsFromDB() function was missing.

Changes:
- Add loadJobsFromDB() to load job history from SQLite on startup
- Modify startup sequence to call loadJobsFromDB() before crontab sync
- Smart state merging preserves execution history when updating from crontab
- Add comprehensive persistence tests to prevent regression
- TestServer_PersistenceRoundTrip: end-to-end server restart testing
- TestServer_LoadJobsFromDB: direct database loading verification
- Enhanced TestServer_PersistJobs with round-trip validation
- Document SQLite persistence and testing architecture patterns

The persistence system now correctly survives server restarts with
complete job execution history intact.

37 of 44 new or added lines in 1 file covered. (84.09%)

2 existing lines in 1 file now uncovered.

1587 of 1915 relevant lines covered (82.87%)

9.55 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
7
88.79
-0.63% app/web/web.go

Uncovered Existing Lines

Lines Coverage ∆ File
2
88.79
-0.63% app/web/web.go
Jobs
ID Job ID Ran Files Coverage
1 17178134938.1 23 Aug 2025 05:21PM UTC 14
82.87
GitHub Action Run
Source Files on build 17178134938
  • Tree
  • List 14
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • f6abe273 on github
  • Prev Build on web-ui (#17173562769)
  • Next Build on web-ui (#17183429513)
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