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 host-infra provider support #4481

Merged
merged 5 commits into from
Oct 22, 2024

fix lint

36a9f17
Select commit
Loading
Failed to load commit list.
Merged

feat: add host-infra provider support #4481

fix lint
36a9f17
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 22, 2024 in 0s

65.77% (target 60.00%)

View this Pull Request on Codecov

65.77% (target 60.00%)

Details

Codecov Report

Attention: Patch coverage is 32.79133% with 248 lines in your changes missing coverage. Please review.

Project coverage is 65.77%. Comparing base (544bd9c) to head (36a9f17).

Files with missing lines Patch % Lines
internal/cmd/certgen.go 17.54% 37 Missing and 10 partials ⚠️
internal/infrastructure/host/proxy_infra.go 14.28% 42 Missing ⚠️
internal/infrastructure/host/infra.go 20.00% 33 Missing and 3 partials ⚠️
internal/crypto/cert_load.go 0.00% 31 Missing ⚠️
internal/infrastructure/manager.go 0.00% 19 Missing ⚠️
internal/globalratelimit/runner/runner.go 0.00% 18 Missing ⚠️
internal/xds/server/runner/runner.go 0.00% 18 Missing ⚠️
internal/gatewayapi/runner/runner.go 36.00% 16 Missing ⚠️
internal/infrastructure/common/proxy_args.go 84.21% 4 Missing and 2 partials ⚠️
api/v1alpha1/envoygateway_helpers.go 33.33% 4 Missing ⚠️
... and 4 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4481      +/-   ##
==========================================
- Coverage   65.95%   65.77%   -0.18%     
==========================================
  Files         203      209       +6     
  Lines       31154    31352     +198     
==========================================
+ Hits        20547    20622      +75     
- Misses       9420     9533     +113     
- Partials     1187     1197      +10     

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