-
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
Add Windows network interface plugin #830
Add Windows network interface plugin #830
Conversation
6194955
to
faf13e8
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #830 +/- ##
==========================================
+ Coverage 75.59% 75.89% +0.30%
==========================================
Files 311 312 +1
Lines 26561 26842 +281
==========================================
+ Hits 20078 20372 +294
+ Misses 6483 6470 -13
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
f727ae6
to
831ea5a
Compare
102a238
to
544ab7b
Compare
5d83db9
to
86c3800
Compare
4f9a5c7
to
57d5adb
Compare
Implemented his request for change. But doesn't have to wait for approval
Changes requested where implemented
@@ -144,14 +144,14 @@ def DynamicDescriptor(types): # noqa | |||
) | |||
|
|||
COMMON_INTERFACE_ELEMENTS = [ | |||
("string", "source"), |
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.
Can you move this to the bottom in a new PR? @narimantos @Miauwkeru
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.
Closes: #773