-
Notifications
You must be signed in to change notification settings - Fork 85
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
Download record range flag #2411
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: jace-roell <[email protected]>
Signed-off-by: jace-roell <[email protected]>
Signed-off-by: jace-roell <[email protected]>
Signed-off-by: jace-roell <[email protected]>
Signed-off-by: jace-roell <[email protected]>
Signed-off-by: jace-roell <[email protected]>
Signed-off-by: jace-roell <[email protected]>
Signed-off-by: jace-roell <[email protected]>
📅 Suggested merge-by date: 1/29/2025 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2411 +/- ##
========================================
Coverage 91.33% 91.33%
========================================
Files 639 639
Lines 18248 18262 +14
Branches 3834 3949 +115
========================================
+ Hits 16666 16680 +14
Misses 1580 1580
Partials 2 2 ☔ View full report in Codecov by Sentry. |
Signed-off-by: jace-roell <[email protected]>
Signed-off-by: jace-roell <[email protected]>
Signed-off-by: jace-roell <[email protected]>
Signed-off-by: jace-roell <[email protected]>
Quality Gate passedIssues Measures |
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.
I suggested an extra confirmation for some of your tests.
Give some consideration to whether it would be helpful.
Either way I approve this PR.
Signed-off-by: jace-roell <[email protected]>
Signed-off-by: jace-roell <[email protected]>
What It Does
Added --recordRange to
zowe jobs download output
commandHow to Test
Run command 'zowe jobs download o "" --rr "0-100"` against a valid job
Where 0 is the start of the spool and 100 is the end (zero-indexed)
Review Checklist
I certify that I have: