Uh oh!
There was an error while loading. Please reload this page.
feat(#426): system info utility - #427
Conversation
Codecov Report
@@ Coverage Diff @@## master #427 +/- ##
==========================================
+ Coverage 97.90% 97.91% +0.01%
==========================================
Files 39 39 Lines 1384 1392 +8 ==========================================
+ Hits 1355 1363 +8
Misses 29 29
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Lee-W
commented
Sep 26, 2021
looks like the behavior of argparse has been changed on python 3.9. let me see how I can solve it |
Lee-W
left a comment
There was a problem hiding this comment.
Hi @sarthaksharma2199 , thanks for the immediate PR! I'm good with the --report flag. @woile what do you think?
One thing to note is that we'll need to wait for #430 to be merged. As a new fix on Python 3.9.7 breaks our unit test
woile
commented
Sep 27, 2021
Looks good to me, thank you! 🙏🏻 |
fbbd552 to
7d5b80eComparecommand to show system info output for bug reports Issue commitizen-tools#426
ff822f2 to
f8e2224Comparesarsharma
commented
Sep 27, 2021
Lee-W
commented
Sep 27, 2021
It looks great! Thanks! Let's merge it |
command to show system info output for bug reports
Issue #426
Description
As mentioned in issue #426 , a single line command would be preferable to fetch system information
I added a
--reportflag to theversioncommand for doing that.Checklist
./script/formatand./script/testlocally to ensure this change passes linter check and testExpected behavior
System info can be output using a single command which can be attached to bug report
Steps to Test This Pull Request
Additional context