Skip to content

fix: lints error and improve error messages

80eb00c
Select commit
Loading
Failed to load commit list.
Open

feat: added jobservice queue subcommand #793

fix: lints error and improve error messages
80eb00c
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Apr 8, 2026 in 1s

7.90% (-3.09%) compared to 60ad0bd

View this Pull Request on Codecov

7.90% (-3.09%) compared to 60ad0bd

Details

Codecov Report

❌ Patch coverage is 1.14504% with 259 lines in your changes missing coverage. Please review.
✅ Project coverage is 7.90%. Comparing base (60ad0bd) to head (80eb00c).
⚠️ Report is 131 commits behind head on main.

Files with missing lines Patch % Lines
cmd/harbor/root/jobservice/queues/utils.go 0.00% 101 Missing ⚠️
cmd/harbor/root/jobservice/queues/pause.go 0.00% 23 Missing ⚠️
cmd/harbor/root/jobservice/queues/resume.go 0.00% 23 Missing ⚠️
cmd/harbor/root/jobservice/queues/stop.go 0.00% 23 Missing ⚠️
pkg/utils/jobservice/errors.go 0.00% 22 Missing ⚠️
cmd/harbor/root/jobservice/queues/list.go 0.00% 19 Missing ⚠️
pkg/api/jobservice_handler.go 0.00% 19 Missing ⚠️
cmd/harbor/root/jobservice/cmd.go 0.00% 11 Missing ⚠️
pkg/views/jobservice/queues/view.go 0.00% 11 Missing ⚠️
cmd/harbor/root/jobservice/queues/cmd.go 0.00% 7 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff            @@
##             main    #793      +/-   ##
=========================================
- Coverage   10.99%   7.90%   -3.09%     
=========================================
  Files         173     280     +107     
  Lines        8671   13427    +4756     
=========================================
+ Hits          953    1061     +108     
- Misses       7612   12253    +4641     
- 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.