-
Notifications
You must be signed in to change notification settings - Fork 49
Add invitation char to config #28
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
Conversation
3fdc764
to
2dd4308
Compare
Codecov Report
@@ Coverage Diff @@
## master #28 +/- ##
==========================================
+ Coverage 90.83% 90.85% +0.01%
==========================================
Files 1 1
Lines 480 481 +1
Branches 113 113
==========================================
+ Hits 436 437 +1
Misses 12 12
Partials 32 32
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
tests/CliTestRunner.cpp
Outdated
@@ -1,5 +1,6 @@ | |||
|
|||
#include <catch2/catch_test_macros.hpp> | |||
#include <stdio.h> |
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.
Not used
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.
Yep, removed
tests/EmbeddedCliTest.cpp
Outdated
#include "CliMock.h" | ||
#include "CliTestRunner.h" | ||
|
||
#include <cstring> |
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.
Not used
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.
This gone too)
No description provided.