Closed t1m0thyj closed 5 days ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 93.02%. Comparing base (
57db6f3
) to head (86a1b4e
). Report is 1 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
🚨 Try these New Features:
📅 Suggested merge-by date: 12/4/2024
There is another integration test (UpdateCredentials.feature
) that has frequent transient failures, marking as draft until this one is fixed.
Proposed changes
Fix transient errors in integration tests, and upload test results in CI even when tests fail to make debugging easier.
The tests passed 10 times in a row in this workflow: https://github.com/zowe/zowe-explorer-vscode/actions/runs/11923838338/job/33234787006
Also fixes error handling for an invalid team config file when ZE initializes, which was uncovered by fixing tests. In v3.0.3 the error notification was shown twice, and in the main branch ZE was failing to activate.
Release Notes
Milestone: 3.1.0
Changelog: Fixed an issue during initialization where the error dialog shown for a broken team configuration file was missing the "Show Config" action
Types of changes
Checklist
General
yarn workspace vscode-extension-for-zowe vscode:prepublish
pnpm --filter vscode-extension-for-zowe vscode:prepublish
Code coverage
Deployment
Further comments