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

feat: add the --redis-compress as the global flag to set redis compression. #21786

Merged
merged 2 commits into from
Feb 11, 2025

Merge branch 'master' into fix-redis-compression-type

a55e0e9
Select commit
Loading
Failed to load commit list.
Merged

feat: add the --redis-compress as the global flag to set redis compression. #21786

Merge branch 'master' into fix-redis-compression-type
a55e0e9
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Feb 8, 2025 in 1s

No report found to compare against

View this Pull Request on Codecov

No report found to compare against

Details

Codecov Report

Attention: Patch coverage is 0% with 25 lines in your changes missing coverage. Please review.

Please upload report for BASE (master@5b79c34). Learn more about missing BASE report.

Files with missing lines Patch % Lines
cmd/argocd/commands/admin/cluster.go 0.00% 14 Missing ⚠️
cmd/argocd/commands/admin/dashboard.go 0.00% 4 Missing ⚠️
cmd/argocd/commands/headless/headless.go 0.00% 3 Missing ⚠️
server/application/application.go 0.00% 3 Missing ⚠️
cmd/argocd/commands/root.go 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff            @@
##             master   #21786   +/-   ##
=========================================
  Coverage          ?   55.64%           
=========================================
  Files             ?      339           
  Lines             ?    56847           
  Branches          ?        0           
=========================================
  Hits              ?    31633           
  Misses            ?    22560           
  Partials          ?     2654           

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