Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scheduling improvements #425

Draft
wants to merge 38 commits into
base: master
Choose a base branch
from

fix unix tests under windows

240601a
Select commit
Loading
Failed to load commit list.
Draft

Scheduling improvements #425

fix unix tests under windows
240601a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 13, 2024 in 0s

78.14% (+5.91%) compared to 1d3ec32

View this Pull Request on Codecov

78.14% (+5.91%) compared to 1d3ec32

Details

Codecov Report

Attention: Patch coverage is 67.08494% with 341 lines in your changes missing coverage. Please review.

Project coverage is 78.14%. Comparing base (1d3ec32) to head (240601a).
Report is 2 commits behind head on master.

Files with missing lines Patch % Lines
commands_schedule.go 8.00% 66 Missing and 3 partials ⚠️
schedule/handler_systemd.go 60.71% 41 Missing and 14 partials ⚠️
schedule/handler_darwin.go 66.88% 40 Missing and 11 partials ⚠️
schedule_jobs.go 62.37% 23 Missing and 12 partials ⚠️
crond/parse_event.go 53.12% 20 Missing and 10 partials ⚠️
schedule/handler_windows.go 3.57% 27 Missing ⚠️
schedule/handler_crond.go 67.31% 14 Missing and 3 partials ⚠️
systemd/read.go 84.71% 9 Missing and 4 partials ⚠️
crond/crontab.go 85.71% 8 Missing and 4 partials ⚠️
schtasks/taskscheduler.go 69.70% 7 Missing and 3 partials ⚠️
... and 7 more
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #425      +/-   ##
==========================================
+ Coverage   72.23%   78.14%   +5.91%     
==========================================
  Files         129      128       -1     
  Lines       13796    12841     -955     
==========================================
+ Hits         9965    10034      +69     
+ Misses       3392     2415     -977     
+ Partials      439      392      -47     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.