Skip to content

fix: workers subcommand for jobservice

2d77b0c
Select commit
Loading
Failed to load commit list.
Closed

feat: adding jobservice dashboard feature to cli #776

fix: workers subcommand for jobservice
2d77b0c
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Apr 1, 2026 in 1s

7.44% (-3.55%) compared to 60ad0bd

View this Pull Request on Codecov

7.44% (-3.55%) compared to 60ad0bd

Details

Codecov Report

❌ Patch coverage is 0.45593% with 655 lines in your changes missing coverage. Please review.
✅ Project coverage is 7.44%. Comparing base (60ad0bd) to head (2d77b0c).
⚠️ Report is 123 commits behind head on main.

Files with missing lines Patch % Lines
cmd/harbor/root/jobservice/queues/list.go 0.00% 192 Missing ⚠️
cmd/harbor/root/jobservice/schedules/list.go 0.00% 110 Missing ⚠️
pkg/api/jobservice_handler.go 0.00% 76 Missing ⚠️
cmd/harbor/root/jobservice/workers/list.go 0.00% 49 Missing ⚠️
cmd/harbor/root/jobservice/workers/free.go 0.00% 46 Missing ⚠️
pkg/views/jobservice/workers/view.go 0.00% 33 Missing ⚠️
cmd/harbor/root/jobservice/jobs/log.go 0.00% 32 Missing ⚠️
cmd/harbor/root/jobservice/pools/list.go 0.00% 31 Missing ⚠️
cmd/harbor/root/jobservice/workers/workers.go 0.00% 21 Missing ⚠️
pkg/views/jobservice/pools/view.go 0.00% 20 Missing ⚠️
... and 3 more
Additional details and impacted files
@@            Coverage Diff            @@
##             main    #776      +/-   ##
=========================================
- Coverage   10.99%   7.44%   -3.55%     
=========================================
  Files         173     283     +110     
  Lines        8671   13827    +5156     
=========================================
+ Hits          953    1030      +77     
- Misses       7612   12684    +5072     
- Partials      106     113       +7     

☔ 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.