-
Notifications
You must be signed in to change notification settings - Fork 408
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
ci: enable IPv6 test #4852
ci: enable IPv6 test #4852
Conversation
a15b2a2
to
cda4431
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4852 +/- ##
==========================================
+ Coverage 65.68% 65.70% +0.02%
==========================================
Files 211 211
Lines 32064 32064
==========================================
+ Hits 21060 21069 +9
+ Misses 9761 9754 -7
+ Partials 1243 1241 -2 ☔ View full report in Codecov by Sentry. |
@@ -16,6 +16,7 @@ metadata: | |||
name: proxy-config | |||
namespace: envoy-gateway-system | |||
spec: | |||
ipFamily: $ENVOY_PROXY_IP_FAMILY |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
neat idea :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the bad news is that we need move all EnvoyProxy resources to this file.
950e040
to
3e5dd3d
Compare
Signed-off-by: zirain <[email protected]>
33e18ce
to
9a19e1a
Compare
#4853 is better |
No description provided.