-
Notifications
You must be signed in to change notification settings - Fork 87
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
Remove remaining references to V1 profiles pt 2 #2249
Conversation
Signed-off-by: Timothy Johnson <[email protected]>
Signed-off-by: Timothy Johnson <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## next #2249 +/- ##
==========================================
- Coverage 91.30% 91.26% -0.05%
==========================================
Files 632 628 -4
Lines 18147 17821 -326
Branches 3849 3820 -29
==========================================
- Hits 16570 16264 -306
+ Misses 1576 1556 -20
Partials 1 1 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Timothy Johnson <[email protected]>
Signed-off-by: Timothy Johnson <[email protected]>
Signed-off-by: Timothy Johnson <[email protected]>
|
The uncovered lines are in TestConstants, which is only used for tests. Not sure why a test file is being marked as not covered by tests. |
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.
LGTM, thanks Timothy!
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.
LGTM! 😋
Since we removed the CliProfileManager, we also removed the profileManagerByType
from the Zowe Explorer API.
Signed-off-by: Timothy Johnson <[email protected]>
b06f7c5
to
937889e
Compare
What It Does
For the most part this PR just removes stuff that was deprecated in #2239 or previously.
It also updates unit tests for
CliUtils
module to callgetOptValuesForConfig
, and makes a few changes to that method which were required for full backwards compatibility.How to Test
Review Checklist
I certify that I have:
Additional Comments