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

Fix gRPC error handling for gateway/filter handler #2669

Merged
merged 4 commits into from
Oct 9, 2024

Merge branch 'main' into refactor/filter-grpc-status-handling

73aa6b8
Select commit
Loading
Failed to load commit list.
Merged

Fix gRPC error handling for gateway/filter handler #2669

Merge branch 'main' into refactor/filter-grpc-status-handling
73aa6b8
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 9, 2024 in 1s

24.08% (+0.14%) compared to 83de9c8

View this Pull Request on Codecov

24.08% (+0.14%) compared to 83de9c8

Details

Codecov Report

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

Project coverage is 24.08%. Comparing base (83de9c8) to head (73aa6b8).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
pkg/gateway/filter/handler/grpc/handler.go 0.00% 96 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2669      +/-   ##
==========================================
+ Coverage   23.94%   24.08%   +0.14%     
==========================================
  Files         539      539              
  Lines       46937    46638     -299     
==========================================
- Hits        11238    11233       -5     
+ Misses      34923    34627     -296     
- Partials      776      778       +2     

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