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: gernerate a catch-all route for rules with no matches and no hostnames in HTTPRoute and GRPCRoute #4528

Merged
merged 2 commits into from
Aug 18, 2023

update CHANGELOG

3756e7d
Select commit
Loading
Failed to load commit list.
Merged

fix: gernerate a catch-all route for rules with no matches and no hostnames in HTTPRoute and GRPCRoute #4528

update CHANGELOG
3756e7d
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 17, 2023 in 1s

67.8% (-0.1%) compared to 13c8d70

View this Pull Request on Codecov

67.8% (-0.1%) compared to 13c8d70

Details

Codecov Report

Patch coverage: 57.1% and project coverage change: -0.1% ⚠️

Comparison is base (13c8d70) 67.9% compared to head (3756e7d) 67.8%.
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##            main   #4528     +/-   ##
=======================================
- Coverage   67.9%   67.8%   -0.1%     
=======================================
  Files        161     161             
  Lines      18904   18913      +9     
=======================================
- Hits       12842   12836      -6     
- Misses      5307    5318     +11     
- Partials     755     759      +4     
Files Changed Coverage Δ
internal/dataplane/parser/translate_grpcroute.go 77.7% <ø> (-0.8%) ⬇️
internal/dataplane/parser/translators/atc_utils.go 100.0% <ø> (ø)
...rnal/dataplane/parser/translators/httproute_atc.go 92.7% <43.7%> (-2.2%) ⬇️
internal/dataplane/parser/translate_httproute.go 77.5% <100.0%> (-1.1%) ⬇️
...rnal/dataplane/parser/translators/grpcroute_atc.go 93.6% <100.0%> (+<0.1%) ⬆️

... and 2 files with indirect coverage changes

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