Skip to content

fix: lints and improve error message

5fb39d8
Select commit
Loading
Failed to load commit list.
Open

feat: added jobservice schedule subcommand #795

fix: lints and improve error message
5fb39d8
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Apr 9, 2026 in 0s

8.08% (-2.91%) compared to 60ad0bd

View this Pull Request on Codecov

8.08% (-2.91%) compared to 60ad0bd

Details

Codecov Report

❌ Patch coverage is 11.42857% with 155 lines in your changes missing coverage. Please review.
✅ Project coverage is 8.08%. Comparing base (60ad0bd) to head (5fb39d8).
⚠️ Report is 131 commits behind head on main.

Files with missing lines Patch % Lines
pkg/api/jobservice_handler.go 0.00% 32 Missing ⚠️
cmd/harbor/root/jobservice/schedules/list.go 0.00% 29 Missing ⚠️
pkg/utils/jobservice/errors.go 0.00% 22 Missing ⚠️
cmd/harbor/root/jobservice/schedules/status.go 0.00% 19 Missing ⚠️
cmd/harbor/root/jobservice/schedules/pause_all.go 0.00% 14 Missing ⚠️
cmd/harbor/root/jobservice/schedules/resume_all.go 0.00% 14 Missing ⚠️
cmd/harbor/root/jobservice/schedules/cmd.go 0.00% 12 Missing ⚠️
cmd/harbor/root/jobservice/cmd.go 0.00% 11 Missing ⚠️
pkg/views/jobservice/schedules/view.go 89.47% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff            @@
##             main    #795      +/-   ##
=========================================
- Coverage   10.99%   8.08%   -2.91%     
=========================================
  Files         173     279     +106     
  Lines        8671   13340    +4669     
=========================================
+ Hits          953    1078     +125     
- Misses       7612   12148    +4536     
- Partials      106     114       +8     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.