|
Ran
|
Jobs
1
|
Files
26
|
Run time
1min
|
Badge
README BADGES
|
push
github
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 actually stop disabled jobs * hide next run time for disabled jobs in dashboard and stats * add e2e tests for hidden next run time on disabled jobs * trigger CI * fix golangci-lint modernize warnings by using t.Context() in tests * skip next run recalculation for disabled jobs in dashboard requests * refactor disable toggle from channel to callback * minor formatting in main.go * replace fixed timeouts with explicit state waits in e2e toggle tests * skip next run recalculation for disabled jobs in sort, modal, and API handlers * Revert "add .zed to .gitignore" This reverts commit 5d5e2cb81. * fix toggle API endpoint path in documentation
41 of 53 new or added lines in 5 files covered. (77.36%)
2825 of 3733 relevant lines covered (75.68%)
37.02 hits per line
| Lines | Coverage | ∆ | File |
|---|---|---|---|
| 3 |
29.18 |
-0.31% | app/main.go |
| 3 |
83.78 |
1.21% | app/web/handlers.go |
| 6 |
91.6 |
-1.5% | app/web/web.go |
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 23375606972.1 | 26 |
75.68 |
GitHub Action Run |
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
|---|