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

[YUNIKORN-2249] Add compression option to getQueueApplication API #757

Open
wants to merge 20 commits into
base: master
Choose a base branch
from

correct header setting

40b9649
Select commit
Loading
Failed to load commit list.
Open

[YUNIKORN-2249] Add compression option to getQueueApplication API #757

correct header setting
40b9649
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 19, 2024 in 1s

79.24% (+1.51%) compared to 4816aa2

View this Pull Request on Codecov

79.24% (+1.51%) compared to 4816aa2

Details

Codecov Report

Attention: Patch coverage is 90.05236% with 95 lines in your changes are missing coverage. Please review.

Project coverage is 79.24%. Comparing base (4816aa2) to head (40b9649).
Report is 71 commits behind head on master.

❗ Current head 40b9649 differs from pull request most recent head b811993. Consider uploading reports for the commit b811993 to get more accurate results

Files Patch % Lines
pkg/webservice/handlers.go 85.14% 25 Missing and 12 partials ⚠️
pkg/scheduler/ugm/manager.go 78.68% 10 Missing and 3 partials ⚠️
pkg/scheduler/objects/queue.go 43.75% 7 Missing and 2 partials ⚠️
pkg/events/event_system.go 53.33% 7 Missing ⚠️
pkg/log/rate_limited_logger.go 33.33% 6 Missing ⚠️
pkg/scheduler/objects/application.go 93.33% 3 Missing and 1 partial ⚠️
pkg/scheduler/partition.go 85.71% 4 Missing ⚠️
pkg/scheduler/scheduler.go 66.66% 4 Missing ⚠️
pkg/events/event_streaming.go 97.29% 1 Missing and 1 partial ⚠️
pkg/scheduler/context.go 0.00% 2 Missing ⚠️
... and 5 more
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #757      +/-   ##
==========================================
+ Coverage   77.72%   79.24%   +1.51%     
==========================================
  Files          82       82              
  Lines       13430    11418    -2012     
==========================================
- Hits        10439     9048    -1391     
+ Misses       2664     2040     -624     
- Partials      327      330       +3     

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