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

Improve Kserve's FeatureTraker handing #1562

Merged
merged 7 commits into from
Jan 28, 2025

Remove unrelated methods

9687a8f
Select commit
Loading
Failed to load commit list.
Merged

Improve Kserve's FeatureTraker handing #1562

Remove unrelated methods
9687a8f
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 28, 2025 in 0s

19.98% (-0.12%) compared to 3056ab4

View this Pull Request on Codecov

19.98% (-0.12%) compared to 3056ab4

Details

Codecov Report

Attention: Patch coverage is 11.22449% with 87 lines in your changes missing coverage. Please review.

Project coverage is 19.98%. Comparing base (3056ab4) to head (9687a8f).
Report is 4 commits behind head on main.

Files with missing lines Patch % Lines
...ers/components/kserve/kserve_controller_actions.go 0.00% 20 Missing ⚠️
pkg/feature/feature_tracker_handler.go 0.00% 19 Missing ⚠️
pkg/resources/resources.go 42.30% 12 Missing and 3 partials ⚠️
pkg/feature/feature.go 0.00% 12 Missing ⚠️
pkg/feature/builder.go 0.00% 11 Missing ⚠️
pkg/cluster/meta.go 0.00% 4 Missing ⚠️
controllers/components/kserve/kserve_support.go 0.00% 2 Missing ⚠️
pkg/feature/handler.go 0.00% 2 Missing ⚠️
controllers/components/kserve/kserve_controller.go 0.00% 1 Missing ⚠️
pkg/controller/actions/deploy/action_deploy.go 0.00% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1562      +/-   ##
==========================================
- Coverage   20.09%   19.98%   -0.12%     
==========================================
  Files         159      159              
  Lines       10734    10780      +46     
==========================================
- Hits         2157     2154       -3     
- Misses       8348     8396      +48     
- Partials      229      230       +1     

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