-
Notifications
You must be signed in to change notification settings - Fork 6
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
Implement connectivity-related setup configuration steps with new API #1523
Implement connectivity-related setup configuration steps with new API #1523
Conversation
1627555
to
8546b10
Compare
3a6396a
to
5ee66ce
Compare
5ee66ce
to
203f516
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #1523 +/- ##
===========================================
- Coverage 94.26% 94.13% -0.14%
===========================================
Files 1070 1063 -7
Lines 40557 39205 -1352
===========================================
- Hits 38231 36904 -1327
+ Misses 2326 2301 -25 ☔ View full report in Codecov by Sentry. |
@@ -208,6 +208,9 @@ jobs: | |||
name: Check that documentation for configuration steps is up-to-date | |||
runs-on: ubuntu-latest | |||
|
|||
# Disabled while we complete the upgrade to the latest setup-configuration | |||
if: false |
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.
Hasn't this been done?
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.
No not yet, there's some complexities.
Closes: