Merged
Conversation
0de67ae to
d0bb8d9
Compare
Codecov ReportBase: 65.90% // Head: 67.68% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #2606 +/- ##
==========================================
+ Coverage 65.90% 67.68% +1.77%
==========================================
Files 198 198
Lines 29192 29180 -12
Branches 5740 5739 -1
==========================================
+ Hits 19240 19750 +510
+ Misses 5420 4858 -562
- Partials 4532 4572 +40
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I wanted to move around some of the host's network objects, but it was a little complicated with the
setup()function, so I moved the code from theHost::setup()intoHost::new(). Hopefully this doesn't overlap with any other WIP changes.