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

Implement resource pruning in k8s plugin #5455

Merged
merged 27 commits into from
Jan 14, 2025

Add v1beta1 version for CronTab and update tests for pruning behavior

40af37c
Select commit
Loading
Failed to load commit list.
Merged

Implement resource pruning in k8s plugin #5455

Add v1beta1 version for CronTab and update tests for pruning behavior
40af37c
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 6, 2025 in 0s

26.19% (+0.04%) compared to 792015b

View this Pull Request on Codecov

26.19% (+0.04%) compared to 792015b

Details

Codecov Report

Attention: Patch coverage is 41.07143% with 132 lines in your changes missing coverage. Please review.

Project coverage is 26.19%. Comparing base (792015b) to head (40af37c).
Report is 11 commits behind head on master.

Files with missing lines Patch % Lines
.../app/pipedv1/plugin/kubernetes/provider/kubectl.go 0.00% 77 Missing ⚠️
...app/pipedv1/plugin/kubernetes/deployment/server.go 65.51% 16 Missing and 4 partials ⚠️
...app/pipedv1/plugin/kubernetes/provider/manifest.go 19.04% 17 Missing ⚠️
...g/app/pipedv1/plugin/kubernetes/provider/loader.go 0.00% 13 Missing ⚠️
...app/pipedv1/plugin/kubernetes/provider/resource.go 89.36% 5 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #5455      +/-   ##
==========================================
+ Coverage   26.15%   26.19%   +0.04%     
==========================================
  Files         456      457       +1     
  Lines       48992    49303     +311     
==========================================
+ Hits        12814    12916     +102     
- Misses      35156    35362     +206     
- Partials     1022     1025       +3     

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