Open prarit opened 1 year ago
Patch coverage: 56.52
% and project coverage change: +0.31
:tada:
Comparison is base (
cce34e2
) 55.25% compared to head (971b5b7
) 55.57%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
@prarit, the code rearrangement seems odd. Only func init()
is left as the final function, the command creation has been the first bit after lib imports and global var declaration, doesn't it?
@bmeneg I agree, on newly created function we use Run: func(...
, so it might be nice to also add it here, since you moving it
close #844