-
Notifications
You must be signed in to change notification settings - Fork 47
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 Port2Azure Redundant Connection Example #397
Conversation
… for both single and redundant Port2Azure Examples
46166d2
to
38f505a
Compare
Codecov ReportAttention:
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #397 +/- ##
==========================================
+ Coverage 59.56% 60.41% +0.84%
==========================================
Files 98 99 +1
Lines 19754 19889 +135
==========================================
+ Hits 11767 12015 +248
+ Misses 7684 7575 -109
+ Partials 303 299 -4
☔ View full report in Codecov by Sentry. |
source = "equinix/equinix" | ||
} | ||
} | ||
} |
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.
Trailing space is missing
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.
LGTM
In regards to #384, we will start to use the
_e2e_
tests for regression testing for Fabric resources. At first locally but hopefully in GHA if we can get connecting to the lower environments from there.@manu-equinix was of the mind that we could access UAT environments from GHA.