-
Notifications
You must be signed in to change notification settings - Fork 3
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
Improve test coverage #10
Conversation
Codecov Report
@@ Coverage Diff @@
## master #10 +/- ##
============================================
- Coverage 100.00% 77.27% -22.73%
============================================
Files 4 5 +1
Lines 59 132 +73
============================================
+ Hits 59 102 +43
- Misses 0 30 +30
Continue to review full report at Codecov.
|
test/Common_Instruction_gtest.cc
Outdated
#include "common/instruction.h" | ||
|
||
// TEST(TestInstruction, TestConversion) { | ||
// } |
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.
Remove commented out code. It does not add any value.
test/Common_Instruction_gtest.cc
Outdated
// TEST(TestInstruction, TestConversion) { | ||
// } | ||
|
||
TEST(TestInstruction, TestTrimHelperFunction) { |
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.
Think about improving test names. Why does each test start with Test
?
No description provided.