cmds/core/tee add test coverage#2542
Conversation
Codecov ReportBase: 73.68% // Head: 73.68% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #2542 +/- ##
==========================================
- Coverage 73.68% 73.68% -0.01%
==========================================
Files 406 407 +1
Lines 41299 41316 +17
==========================================
+ Hits 30433 30442 +9
- Misses 10866 10874 +8
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. |
|
Looks like code coverage is missing for all cmds packages that don't have any tests, for example tar is not included into report as well. |
rminnich
left a comment
There was a problem hiding this comment.
Thanks for the tests, can you consider my comments and see what you think? I'm interested in your ideas.
rminnich
left a comment
There was a problem hiding this comment.
with that very minor nit, this looks like a real improvement over the original! thanks.
Signed-off-by: Siarhiej Siemianczuk <[email protected]>
struct command should remove dependency on flag pointer variables and simplify testing Signed-off-by: Siarhiej Siemianczuk <[email protected]>
|
Looks good to me, thanks! I'll leave it to @rminnich to resolve his open comments |
rminnich
left a comment
There was a problem hiding this comment.
One last quick question: did you run the command by hand and verify it still works? Believe it or not we've had a few issues with such an event. Thanks.
rminnich
left a comment
There was a problem hiding this comment.
it works fine for me however.
Yeah, but it was some time ago. Anyway if any bug will be found assign to me :) |
Signed-off-by: Siarhiej Siemianczuk [email protected]