-
Notifications
You must be signed in to change notification settings - Fork 44
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
Merge gz-transport12 ➡️ main #434
Conversation
Signed-off-by: Addisu Z. Taddese <[email protected]>
Signed-off-by: Addisu Z. Taddese <[email protected]>
The
I'll try changing to |
Signed-off-by: Addisu Z. Taddese <[email protected]>
@@ -101,15 +101,19 @@ TEST_F(ParametersClientTest, cmdParameterGet) | |||
cmdParameterGet("", "parameter1"); | |||
auto output = coutCapture.str(); | |||
EXPECT_NE(std::string::npos, output.find("gz_msgs.Boolean")); | |||
EXPECT_EQ(cerrCapture.str(), ""); | |||
// TODO(azeey) Uncomment after |
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.
These changes are not part of the merge forward. They were needed to make tests pass. See #435
Codecov Report
@@ Coverage Diff @@
## main #434 +/- ##
==========================================
+ Coverage 87.75% 87.79% +0.04%
==========================================
Files 59 59
Lines 5693 5696 +3
==========================================
+ Hits 4996 5001 +5
+ Misses 697 695 -2
|
➡️ Forward port
Port
gz-transport12
➡️main
Branch comparison: main...gz-transport12
Note to maintainers: Remember to Merge with commit (not squash-merge or rebase)