-
-
Notifications
You must be signed in to change notification settings - Fork 944
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(system.networkInterface): add networkInterface faker #1133
feat(system.networkInterface): add networkInterface faker #1133
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1133 +/- ##
=======================================
Coverage 99.62% 99.62%
=======================================
Files 2155 2155
Lines 236831 236900 +69
Branches 979 989 +10
=======================================
+ Hits 235942 236011 +69
Misses 868 868
Partials 21 21
|
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.
I'm personally not really happy what prettier does for the formatting here but that is not the authors problem
Also the test regex are very heavy, but they work
The PR works, so I will approve
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.
Please fix the tests, some are running red.
I built this to use in one of my own projects, based on the SystemD predictable network interface device names schema (although this is likely the antithesis of that 😛 ). Figured it might be worth sharing, but if it's too niche then no hard feelings 😄