-
Notifications
You must be signed in to change notification settings - Fork 99
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
fix: resolve error when changing token to basic auth #3151
Conversation
Signed-off-by: Trae Yelovich <trae.yelovich@broadcom.com>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3151 +/- ##
==========================================
- Coverage 92.80% 92.79% -0.01%
==========================================
Files 113 113
Lines 11669 11663 -6
Branches 2457 2564 +107
==========================================
- Hits 10829 10823 -6
Misses 838 838
Partials 2 2 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Trae Yelovich <trae.yelovich@broadcom.com>
📅 Suggested merge-by date: 10/9/2024 |
Signed-off-by: Trae Yelovich <trae.yelovich@broadcom.com>
I'm starting to wonder if we should make SonarCloud exclude duplication metrics for test files... I know there are benefits to condensing tests and using shared code, but to another developer it could make revising those tests more difficult. From the CLI side of things, I believe we would prefer code duplication over tests that are difficult to maintain. |
packages/zowe-explorer/__tests__/__unit__/configuration/Profiles.unit.test.ts
Fixed
Show fixed
Hide fixed
packages/zowe-explorer/__tests__/__unit__/configuration/Profiles.unit.test.ts
Fixed
Show fixed
Hide fixed
packages/zowe-explorer/__tests__/__unit__/configuration/Profiles.unit.test.ts
Fixed
Show fixed
Hide fixed
packages/zowe-explorer/__tests__/__unit__/configuration/Profiles.unit.test.ts
Fixed
Show fixed
Hide fixed
packages/zowe-explorer/__tests__/__unit__/configuration/Profiles.unit.test.ts
Fixed
Show fixed
Hide fixed
packages/zowe-explorer/__tests__/__unit__/configuration/Profiles.unit.test.ts
Fixed
Show fixed
Hide fixed
Signed-off-by: Trae Yelovich <trae.yelovich@broadcom.com>
5035e1a
to
3a323ab
Compare
Signed-off-by: Trae Yelovich <trae.yelovich@broadcom.com>
3a323ab
to
0fd33cb
Compare
Signed-off-by: Trae Yelovich <trae.yelovich@broadcom.com>
Signed-off-by: Trae Yelovich <trae.yelovich@broadcom.com>
a4877f4
to
c351eba
Compare
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.
thanks for handling possible undefined values for jsonLoc
as well as reducing code duplication 🙏
LGTM! 😋
|
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 still get the issue seen when I created bug but did come from extender, looking into an extender fix.
I am unable to test the API ML scenario with our API ML instance down atm, merging with the 2 approvals.
BTW: sample checks failing due to use of ^
fix is in release PR
Proposed changes
Fixes #3142
Release Notes
Milestone: 3.0.0 GA (or 3.1 if needed)
Changelog:
Types of changes
Checklist
General
yarn workspace vscode-extension-for-zowe vscode:prepublish
pnpm --filter vscode-extension-for-zowe vscode:prepublish
Code coverage
Deployment