-
Notifications
You must be signed in to change notification settings - Fork 16
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
w
: implement --short option
#61
Conversation
1dbdffc
to
657e365
Compare
Can you please run |
@ant0nkress ping? |
374f338
to
9a68d92
Compare
3bec2d3
to
76cc4eb
Compare
and switch if/else cases
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #61 +/- ##
==========================================
+ Coverage 0.10% 51.26% +51.15%
==========================================
Files 18 18
Lines 1841 2331 +490
Branches 239 340 +101
==========================================
+ Hits 2 1195 +1193
+ Misses 1839 1072 -767
- Partials 0 64 +64
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Thanks for your PR! |
Description
We check for the parameter
-s | --short
. If it is set we exclude printing oflogin time
,JCPU time
andPCPU time
.Testing
Added a test to make sure only necessary values are printed.