-
Notifications
You must be signed in to change notification settings - Fork 285
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
Test utils #31
Test utils #31
Conversation
Codecov Report
@@ Coverage Diff @@
## master #31 +/- ##
==========================================
+ Coverage 84.98% 87.64% +2.65%
==========================================
Files 8 9 +1
Lines 1585 1586 +1
Branches 149 145 -4
==========================================
+ Hits 1347 1390 +43
+ Misses 159 120 -39
+ Partials 79 76 -3 |
@@ -10,6 +10,37 @@ | |||
#include <iomanip> | |||
#include <iostream> | |||
|
|||
bytes from_hex(std::string_view hex) |
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.
Would it be an OK idea moving this to evmc so it can also be used in Hera?
Or perhaps creating yet another library? :D
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 sure... I'd rather copy&paste sources...
Cable update
Closes #30